[FFmpeg-devel] [PATCH]Silence warnings if fic files contains a zero-length cursor

2014-11-02 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #4072 for me. Please comment, Carl Eugen diff --git a/libavcodec/fic.c b/libavcodec/fic.c index 5615e69..adc8a25 100644 --- a/libavcodec/fic.c +++ b/libavcodec/fic.c @@ -308,7 +308,10 @@ static int fic_decode_frame(AVCodecContext *avctx, void *data,

Re: [FFmpeg-devel] [PATCH]Silence warnings if fic files contains a zero-length cursor

2014-11-02 Thread Michael Niedermayer
On Sun, Nov 02, 2014 at 11:06:11PM +0100, Carl Eugen Hoyos wrote: Hi! Attached patch fixes ticket #4072 for me. Please comment, Carl Eugen fic.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) fc0e9306e01d102a7ed0eb7eaa8d0890498156d1 patchfic.diff diff --git