Changeset f3d55b94c47dfc6a2b694e272b438b97b3a3a0a3

Show
Ignore:
Timestamp:
23/05/08 16:40:33 (5 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1211553633 +0200
git-parent:

[001bc3d2a10b58ef03c5172a0632d69adb4a990e]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1211553619 +0200
Message:

Don't do pts changes to telx blocks if we're not runing real time.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/es_out.c

    r9df2848 rf3d55b9  
    14041404            input_ClockGetTS( p_input, &p_pgrm->clock, p_block->i_pts ) + i_delay; 
    14051405    } 
    1406     if ( es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) ) 
     1406    if ( p_block->i_rate == INPUT_RATE_DEFAULT && 
     1407         es->fmt.i_codec == VLC_FOURCC( 't', 'e', 'l', 'x' ) ) 
    14071408    { 
    14081409        mtime_t current_date = mdate();