mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
preserve parse context
Originally committed as revision 4241 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6ab8721198
commit
89ba9eede9
@ -2083,7 +2083,10 @@ static int mpeg_decode_postinit(AVCodecContext *avctx){
|
||||
{
|
||||
|
||||
if (s1->mpeg_enc_ctx_allocated) {
|
||||
ParseContext pc= s->parse_context;
|
||||
s->parse_context.buffer=0;
|
||||
MPV_common_end(s);
|
||||
s->parse_context= pc;
|
||||
}
|
||||
|
||||
if( (s->width == 0 )||(s->height == 0))
|
||||
|
Loading…
Reference in New Issue
Block a user