Commit 18c7be65 authored by Jeff Downs's avatar Jeff Downs

Initialize outputed_poc to INT_MIN at decoder initialization.

Fixes issue 560

Originally committed as revision 14428 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 143d7f14
......@@ -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