Commit fcf81ef4 authored by iive's avatar iive

reinitialize on aspect change,

required for dvb aspect changes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4102 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a8abdcb
...@@ -1981,7 +1981,7 @@ static int mpeg_decode_postinit(AVCodecContext *avctx){ ...@@ -1981,7 +1981,7 @@ static int mpeg_decode_postinit(AVCodecContext *avctx){
(s1->mpeg_enc_ctx_allocated == 0)|| (s1->mpeg_enc_ctx_allocated == 0)||
avctx->coded_width != s->width || avctx->coded_width != s->width ||
avctx->coded_height != s->height|| avctx->coded_height != s->height||
// s1->save_aspect_info != avctx->aspect_ratio_info|| s1->save_aspect_info != s->aspect_ratio_info||
0) 0)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment