changeset 7361:f749afdac1e4 libavcodec

Better explanation for buf_size==0 code.
author michael
date Wed, 23 Jul 2008 17:24:11 +0000
parents ce31f986474c
children 443fdc440854
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Wed Jul 23 14:59:55 2008 +0000
+++ b/h264.c	Wed Jul 23 17:24:11 2008 +0000
@@ -7730,7 +7730,7 @@
     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;