Commit 04bd7ac2 authored by ramiro's avatar ramiro

Fix for r9870

Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de>
Subject: API breakage by r9870
Date: 2007-10-05 11:06:47 GMT
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10720 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4885d16c
...@@ -2239,7 +2239,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx, ...@@ -2239,7 +2239,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx,
*data_size = sizeof(AVFrame); *data_size = sizeof(AVFrame);
} }
return 0; return buf_size;
} }
if(s2->flags&CODEC_FLAG_TRUNCATED){ if(s2->flags&CODEC_FLAG_TRUNCATED){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment