1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavcodec
wangxingchao 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>
2013-11-16 02:02:51 +01:00
..
2013-10-23 14:32:04 +02:00
2013-10-30 11:04:06 +00:00
2013-10-28 08:33:21 -04:00
2013-10-30 11:04:06 +00:00
2013-10-03 23:00:09 +02:00
2013-10-30 23:56:52 +01:00
2013-10-31 20:19:59 +01:00
2013-09-25 16:30:25 +02:00
2013-10-15 17:00:28 +01:00
2013-10-06 20:12:37 +00:00
2013-10-08 12:40:33 +00:00
2013-10-15 23:58:20 +02:00
2013-10-18 16:46:08 +02:00
2013-10-15 22:13:02 +02:00
2013-10-13 21:48:28 +02:00
2013-10-28 23:54:28 +01:00
2013-11-03 01:00:16 +01:00
2013-10-30 12:41:43 +00:00
2013-09-21 16:59:13 +02:00
2013-11-05 13:19:30 +00:00
2013-11-05 13:19:30 +00:00
2013-10-28 23:54:28 +01:00
2013-09-21 16:59:13 +02:00
2013-10-22 19:55:47 +02:00
2013-11-05 12:44:20 +00:00
2013-11-15 23:28:48 +01:00
2013-10-02 21:03:11 -04:00
2013-10-30 11:04:06 +00:00