comparison mpegvideo_enc.c @ 12517:be85455cab8f libavcodec

Fix rv20 encoding so the binary decoder can decode it.
author michael
date Sun, 26 Sep 2010 01:56:48 +0000
parents 077c67a3b86f
children
comparison
equal deleted inserted replaced
12516:34beb0af8204 12517:be85455cab8f
616 s->low_delay=1; 616 s->low_delay=1;
617 s->modified_quant=1; 617 s->modified_quant=1;
618 s->h263_aic=1; 618 s->h263_aic=1;
619 s->h263_plus=1; 619 s->h263_plus=1;
620 s->loop_filter=1; 620 s->loop_filter=1;
621 s->unrestricted_mv= s->obmc || s->loop_filter || s->umvplus; 621 s->unrestricted_mv= 0;
622 break; 622 break;
623 case CODEC_ID_MPEG4: 623 case CODEC_ID_MPEG4:
624 s->out_format = FMT_H263; 624 s->out_format = FMT_H263;
625 s->h263_pred = 1; 625 s->h263_pred = 1;
626 s->unrestricted_mv = 1; 626 s->unrestricted_mv = 1;