comparison h264.c @ 1698:420cac032278 libavcodec

svq3 fix
author michael
date Thu, 18 Dec 2003 21:35:02 +0000
parents d9d98cdcfcde
children 3ba5c493db6f
comparison
equal deleted inserted replaced
1697:f3287b5d8d9f 1698:420cac032278
2156 s->height = s->avctx->height; 2156 s->height = s->avctx->height;
2157 s->codec_id= s->avctx->codec->id; 2157 s->codec_id= s->avctx->codec->id;
2158 2158
2159 init_pred_ptrs(h); 2159 init_pred_ptrs(h);
2160 2160
2161 s->unrestricted_mv=1;
2161 s->decode=1; //FIXME 2162 s->decode=1; //FIXME
2162 } 2163 }
2163 2164
2164 static int decode_init(AVCodecContext *avctx){ 2165 static int decode_init(AVCodecContext *avctx){
2165 H264Context *h= avctx->priv_data; 2166 H264Context *h= avctx->priv_data;