Changeset cde8ee9e4bf7787164a8ede9eaae8bf259345fbd

Show
Ignore:
Timestamp:
23/05/08 10:18:34 (5 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1211530714 +0200
git-parent:

[90d9c8e49dc97265b64b9c4e42b43a86c6bd3642]

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

Fix the display date in zvbi.

Files:

Legend:

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

    r13ae40b rcde8ee9  
    347347    p_spu->i_flags = SUBPICTURE_ALIGN_BOTTOM; 
    348348 
    349     p_spu->i_start = (mtime_t) p_block->i_dts; 
     349    p_spu->i_start = (mtime_t) p_block->i_pts; 
    350350    p_spu->i_stop = (mtime_t) 0; 
    351351    p_spu->b_ephemer = true;