summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-07-23 17:24:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-07-23 17:24:11 +0000
commitb4cf2228700dc34379d85f3261aac16fbc287142 (patch)
treeb3d220427a586bb3b675726619f98105dab79426 /libavcodec/h264.c
parent327ce5e6e651a1570f02ba136a1a809a309f0d18 (diff)
downloadffmpeg-streaming-b4cf2228700dc34379d85f3261aac16fbc287142.zip
ffmpeg-streaming-b4cf2228700dc34379d85f3261aac16fbc287142.tar.gz
Better explanation for buf_size==0 code.
Originally committed as revision 14353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 0497624..2bf0cc1 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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;
OpenPOWER on IntegriCloud