[FFmpeg-cvslog] r14353 - trunk/libavcodec/h264.c
michael
subversion
Wed Jul 23 19:24:11 CEST 2008
Author: michael
Date: Wed Jul 23 19:24:11 2008
New Revision: 14353
Log:
Better explanation for buf_size==0 code.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Wed Jul 23 19:24:11 2008
@@ -7730,7 +7730,7 @@ static int decode_frame(AVCodecContext *
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;
More information about the ffmpeg-cvslog
mailing list