Changeset 6e98a10ebc072884a55283e640633103d7b9eb4a

Show
Ignore:
Timestamp:
15/10/07 11:39:13 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1192441153 +0000
git-parent:

[7719d7148c3d49ac58da93e709508b9fc3867ad8]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1192441153 +0000
Message:

Indentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/zvbi.c

    rfabc3da r6e98a10  
    269269        goto error; 
    270270 
    271     if( (p_sys->i_wanted_page == p_sys->i_last_page) && 
    272         (p_sys->b_update != VLC_TRUE) ) 
     271    if( ( p_sys->i_wanted_page == p_sys->i_last_page ) && 
     272        ( p_sys->b_update != VLC_TRUE ) ) 
    273273        goto error; 
    274274 
     
    309309 
    310310    /* Normal text subs, easy markup */ 
    311     p_spu->i_flags = SUBPICTURE_ALIGN_BOTTOM
     311    p_spu->i_flags = SUBPICTURE_ALIGN_TOP
    312312 
    313313    p_spu->i_start = (mtime_t) p_block->i_pts; 
     314    //msg_Dbg( p_dec, "spu start "I64Fd" pts "I64Fd, p_spu->i_start, p_block->i_pts ); 
    314315    p_spu->i_stop = (mtime_t) 0; 
    315316    p_spu->b_ephemer = VLC_TRUE;