diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-06-09 13:35:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-06-09 13:35:56 +0000 |
commit | b50eef3ae0528bbfa36421a2dd471d80986322d5 (patch) | |
tree | bedc68bbbb95ac1f3d5cad858b5cd6bff123fe19 /libavcodec/h263dec.c | |
parent | 800d7cebb6ecf625b236ba742c10f0287eee2c26 (diff) | |
download | ffmpeg-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.c | 1 |
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) { |