comparison 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
comparison
equal deleted inserted replaced
1753:bbf583d24584 1754:bdf3927bf8c5
391 #ifdef DEBUG 391 #ifdef DEBUG
392 printf("*****frame %d size=%d\n", avctx->frame_number, buf_size); 392 printf("*****frame %d size=%d\n", avctx->frame_number, buf_size);
393 printf("bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]); 393 printf("bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
394 #endif 394 #endif
395 s->flags= avctx->flags; 395 s->flags= avctx->flags;
396 s->flags2= avctx->flags2;
396 397
397 *data_size = 0; 398 *data_size = 0;
398 399
399 /* no supplementary picture */ 400 /* no supplementary picture */
400 if (buf_size == 0) { 401 if (buf_size == 0) {