comparison h263dec.c @ 485:20108840b0e5 libavcodec

grayscale only decoding
author michaelni
date Sun, 09 Jun 2002 13:35:56 +0000
parents 76c8afc9c1eb
children 0b4450c15067
comparison
equal deleted inserted replaced
484:f8bbc8976247 485:20108840b0e5
122 #endif 122 #endif
123 123
124 s->hurry_up= avctx->hurry_up; 124 s->hurry_up= avctx->hurry_up;
125 s->error_resilience= avctx->error_resilience; 125 s->error_resilience= avctx->error_resilience;
126 s->workaround_bugs= avctx->workaround_bugs; 126 s->workaround_bugs= avctx->workaround_bugs;
127 s->flags= avctx->flags;
127 128
128 /* no supplementary picture */ 129 /* no supplementary picture */
129 if (buf_size == 0) { 130 if (buf_size == 0) {
130 *data_size = 0; 131 *data_size = 0;
131 return 0; 132 return 0;