Mercurial > libavcodec.hg
changeset 4121:fb40acd09af3 libavcodec
10l (forgot ALT_SCAN)
author | michael |
---|---|
date | Wed, 01 Nov 2006 21:41:54 +0000 |
parents | 8fe20344c9b5 |
children | daae66c03857 |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Wed Nov 01 21:28:36 2006 +0000 +++ b/mpegvideo.c Wed Nov 01 21:41:54 2006 +0000 @@ -1322,7 +1322,7 @@ if(s->modified_quant) s->chroma_qscale_table= ff_h263_chroma_qscale_table; s->progressive_frame= - s->progressive_sequence= !(avctx->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME)); + s->progressive_sequence= !(avctx->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME|CODEC_FLAG_ALT_SCAN)); s->quant_precision=5; ff_set_cmp(&s->dsp, s->dsp.ildct_cmp, s->avctx->ildct_cmp);