Re: [FFmpeg-devel] [PATCH] avformat/apngdec: use packet pts and duration instead of altering stream framerate.

2014-11-26 Thread Michael Niedermayer
On Wed, Nov 26, 2014 at 11:22:45AM +0100, Benoit Fouet wrote: > --- > libavformat/apngdec.c | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engag

[FFmpeg-devel] [PATCH] avformat/apngdec: use packet pts and duration instead of altering stream framerate.

2014-11-26 Thread Benoit Fouet
--- libavformat/apngdec.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libavformat/apngdec.c b/libavformat/apngdec.c index 1b59b82..276d765 100644 --- a/libavformat/apngdec.c +++ b/libavformat/apngdec.c @@ -44,6 +44,9 @@ typedef struct APNGDemuxContext {