Changeset 71803a74bd0981fc3d6e8051d86e76c8e412c454

Show
Ignore:
Timestamp:
09/14/07 18:40:34 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189788034 +0000
git-parent:

[4bdc0bbd2620b92ddcbd8e6e53597c3d47b9d14c]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1189788034 +0000
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/mux/mp4.c

    r7dd2f15 r71803a7  
    456456        block_t *p_buf; 
    457457 
    458         if( Block_FifoCount( p_fifo ) <= 1 ) 
     458        if( block_FifoCount( p_fifo ) <= 1 ) 
    459459        { 
    460460            if( p_mux->pp_inputs[i]->p_fmt->i_cat != SPU_ES )