Re: [FFmpeg-devel] [PATCH] avcodec/shorten: fix decoding on the last frame

2016-04-08 Thread Michael Niedermayer
On Fri, Apr 08, 2016 at 10:37:28AM +0200, Paul B Mahol wrote: > Hi, > > patch attached. > > Fixes ticket #4712. > shorten.c |4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > b793144094b07fc17e0687139fb7afab983427b8 > 0001-avcodec-shorten-fix-decoding-of-last-frame.patch > From e

[FFmpeg-devel] [PATCH] avcodec/shorten: fix decoding on the last frame

2016-04-08 Thread Paul B Mahol
Hi, patch attached. Fixes ticket #4712. From e03ee9d75f0f9cb37498bd9ac613c460fadf1145 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 8 Apr 2016 10:35:11 +0200 Subject: [PATCH] avcodec/shorten: fix decoding of last frame Previously it would be always discarded. Signed-off-by: Paul B Mah