Commit 66cc504c authored by michael's avatar michael

fix decoding if the aspect ratio changes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 823f842d
......@@ -555,6 +555,9 @@ void MPV_common_end(MpegEncContext *s)
}
avcodec_default_free_buffers(s->avctx);
s->context_initialized = 0;
s->last_picture_ptr=
s->next_picture_ptr=
s->current_picture_ptr= NULL;
}
#ifdef CONFIG_ENCODERS
......
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