| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
68900bf16b |
avcodec: Fix duration error after seek operation
After seek, s->duration need recalculation, AVCodecParserContext need be set again. Without the fix, the first audio packet would be dropped after compute_pkt_fields() as the final pts/dts become invalid. Signed-off-by: wangxingchao <wangxingchao@xiaomi.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
12 years ago |
|
|
d814a839ac | Reinstate proper FFmpeg license for all files. | 12 years ago |
|
|
36ef5369ee | Replace all CODEC_ID_* with AV_CODEC_ID_* | 13 years ago |
|
|
b0e9edc44f |
avcodec: add a cook parser to get subpacket duration
Fixes jittery video playback of rm files with cook audio. |
13 years ago |