diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2011-03-25 00:34:18 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-03-25 00:34:18 +0100 |
commit | 98a7d560b4f835ba5b99b9974ee1a2c096198bea (patch) | |
tree | 2eeba02b3e82f9784955094aa21c6eda515d999a /libavcodec/ac3dsp.h | |
parent | 5666a9f20c6ef2b207e0517c8eeb9556badf76a3 (diff) | |
download | ffmpeg-98a7d560b4f835ba5b99b9974ee1a2c096198bea.tar.gz |
matroskadec: set default duration for simple block
When a normal Block is parsed, duration is initialized to
AV_NOPTS_VALUE. If it is not changed, then the track's default
duration is used. But for SimpleBlock, duration is initialized to
0 instead of AV_NOPTS_VALUE. This is due to the difference in how
EBML_NEST vs EBML_PASS are processed. Setting duration to 0 leads
eventually to wrongly estimate the frame duration in util.c
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/ac3dsp.h')
0 files changed, 0 insertions, 0 deletions