X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264dec.c;h=aed23c4fba1d7e3b64f3834851f1a75889035b6a;hb=924978341516fc234a78ff5bad89d6bd6b36de23;hp=4216b666841ff28e103908dd809557203f2629d7;hpb=8b63acaeee246a9f8c72a2dc4c2074016ed91ffb;p=ffmpeg diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 4216b666841..aed23c4fba1 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -315,6 +315,7 @@ static int h264_init_context(AVCodecContext *avctx, H264Context *h) h->flags = avctx->flags; h->poc.prev_poc_msb = 1 << 16; h->recovery_frame = -1; + h->x264_build = -1; h->frame_recovered = 0; h->poc.prev_frame_num = -1; h->sei.frame_packing.frame_packing_arrangement_cancel_flag = -1;