diff h263dec.c @ 485:20108840b0e5 libavcodec

grayscale only decoding
author michaelni
date Sun, 09 Jun 2002 13:35:56 +0000
parents 76c8afc9c1eb
children 0b4450c15067
line wrap: on
line diff
--- a/h263dec.c	Fri Jun 07 22:01:03 2002 +0000
+++ b/h263dec.c	Sun Jun 09 13:35:56 2002 +0000
@@ -124,6 +124,7 @@
     s->hurry_up= avctx->hurry_up;
     s->error_resilience= avctx->error_resilience;
     s->workaround_bugs= avctx->workaround_bugs;
+    s->flags= avctx->flags;
 
     /* no supplementary picture */
     if (buf_size == 0) {