Mercurial > libavcodec.hg
diff mpegvideo.c @ 1637:7799582dc9b8 libavcodec
h263 alternative inter vlc support
| author | michael |
|---|---|
| date | Sat, 29 Nov 2003 08:37:51 +0000 |
| parents | 27806cccec2a |
| children | 0226cad80fc2 |
line wrap: on
line diff
--- a/mpegvideo.c Sat Nov 29 00:19:24 2003 +0000 +++ b/mpegvideo.c Sat Nov 29 08:37:51 2003 +0000 @@ -779,6 +779,7 @@ /* Fx */ s->unrestricted_mv=(avctx->flags & CODEC_FLAG_H263P_UMV) ? 1:0; s->h263_aic= (avctx->flags & CODEC_FLAG_H263P_AIC) ? 1:0; + s->alt_inter_vlc= (avctx->flags & CODEC_FLAG_H263P_AIV) ? 1:0; /* /Fx */ /* These are just to be sure */ s->umvplus = 1;
