mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
Better explanation for buf_size==0 code.
Originally committed as revision 14353 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
327ce5e6e6
commit
b4cf222870
@ -7730,7 +7730,7 @@ static int decode_frame(AVCodecContext *avctx,
|
||||
s->flags= avctx->flags;
|
||||
s->flags2= avctx->flags2;
|
||||
|
||||
/* no supplementary picture */
|
||||
/* end of stream, output whats still in the buffers */
|
||||
if (buf_size == 0) {
|
||||
Picture *out;
|
||||
int i, out_idx;
|
||||
|
Loading…
Reference in New Issue
Block a user