aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-06-09 13:35:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-06-09 13:35:56 +0000
commitb50eef3ae0528bbfa36421a2dd471d80986322d5 (patch)
treebedc68bbbb95ac1f3d5cad858b5cd6bff123fe19 /libavcodec/h263dec.c
parent800d7cebb6ecf625b236ba742c10f0287eee2c26 (diff)
downloadffmpeg-b50eef3ae0528bbfa36421a2dd471d80986322d5.tar.gz
grayscale only decoding
Originally committed as revision 677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 6616a0e37b..3c90a1e470 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -124,6 +124,7 @@ uint64_t time= rdtsc();
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) {