comparison h263dec.c @ 1542:576861d6343a libavcodec

emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
author michael
date Fri, 17 Oct 2003 18:56:01 +0000
parents 992526a710e2
children dd544554ed42
comparison
equal deleted inserted replaced
1541:9c4921a51392 1542:576861d6343a
55 s->quant_precision=5; 55 s->quant_precision=5;
56 s->progressive_sequence=1; 56 s->progressive_sequence=1;
57 s->decode_mb= ff_h263_decode_mb; 57 s->decode_mb= ff_h263_decode_mb;
58 s->low_delay= 1; 58 s->low_delay= 1;
59 avctx->pix_fmt= PIX_FMT_YUV420P; 59 avctx->pix_fmt= PIX_FMT_YUV420P;
60 s->unrestricted_mv= 1;
60 61
61 /* select sub codec */ 62 /* select sub codec */
62 switch(avctx->codec->id) { 63 switch(avctx->codec->id) {
63 case CODEC_ID_H263: 64 case CODEC_ID_H263:
64 s->gob_number = 0; 65 s->gob_number = 0;