diff h263dec.c @ 1754:bdf3927bf8c5 libavcodec

closed gop support & flags2 as all bits in flags are used and a few minor things i forgot to commit ...
author michael
date Thu, 22 Jan 2004 19:48:28 +0000
parents 8cfd36bfe504
children 5ac49e7a1b8f
line wrap: on
line diff
--- a/h263dec.c	Thu Jan 22 12:09:14 2004 +0000
+++ b/h263dec.c	Thu Jan 22 19:48:28 2004 +0000
@@ -393,6 +393,7 @@
     printf("bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
 #endif
     s->flags= avctx->flags;
+    s->flags2= avctx->flags2;
 
     *data_size = 0;