# HG changeset patch # User michael # Date 1216833851 0 # Node ID f749afdac1e4459db01d0ab35c826bf5018a8d93 # Parent ce31f986474cb76e3884633c43bf4862e18a69fe Better explanation for buf_size==0 code. diff -r ce31f986474c -r f749afdac1e4 h264.c --- 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;