Changeset 5b567860a239baf9345e77edd0d654fd81ac8861

Show
Ignore:
Timestamp:
03/02/05 13:11:28 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1107432688 +0000
git-parent:

[7ac10f1db02d25da1deb18e4b3ba230e48b98828]

git-author:
Gildas Bazin <gbazin@videolan.org> 1107432688 +0000
Message:

* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/packetizer/mpeg4video.c

    r7ac10f1 r5b56786  
    368368                if( p_block->i_pts > 0 ) 
    369369                    p_sys->i_interpolated_dts = p_block->i_pts; 
     370                if( p_block->i_dts > 0 ) 
     371                    p_sys->i_interpolated_dts = p_block->i_dts; 
    370372 
    371373                p_sys->i_interpolated_pts = p_sys->i_interpolated_dts;