Re: [FFmpeg-devel] [PATCH 3/3] lavf: use new decode API

2016-04-20 Thread Michael Niedermayer
On Tue, Apr 19, 2016 at 11:49:13AM +0200, wm4 wrote: > From Libav commit 8bc4accc37ab047d2fd85d672c577b39dfc918e1, with > additional code for decoding subtitles (not present in Libav). > > Signed-off-by: Anton Khirnov > --- > This commit was skipped during merge. > > Not touching ffmpeg.c yet, b

[FFmpeg-devel] [PATCH 3/3] lavf: use new decode API

2016-04-19 Thread wm4
From Libav commit 8bc4accc37ab047d2fd85d672c577b39dfc918e1, with additional code for decoding subtitles (not present in Libav). Signed-off-by: Anton Khirnov --- This commit was skipped during merge. Not touching ffmpeg.c yet, because its handling of drain packet DTS simply is incompatible with t