Commit f701c04a authored by heydowns's avatar heydowns

Initialize outputed_poc to INT_MIN at decoder initialization.

Fixes issue 560


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14428 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f34ac89f
......@@ -2192,6 +2192,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
}
h->thread_context[0] = h;
h->outputed_poc = INT_MIN;
return 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