From 45c4bf3df03ef53ae61fa1473424d4ae024f22e4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 22 Jul 2017 14:52:27 +0200 Subject: h264dec: track the last seen value of x264_build Do not use the one in the SEI directly as that is reset at certain points. Inspired by patches from Michael Niedermayer and Anton Mitrofanov . CC: libav-stable@libav.org --- libavcodec/h264dec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h264dec.h') diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h index fc7beeb994..ddfe224e93 100644 --- a/libavcodec/h264dec.h +++ b/libavcodec/h264dec.h @@ -361,6 +361,7 @@ typedef struct H264Context { int context_initialized; int flags; int workaround_bugs; + int x264_build; /* Set when slice threading is used and at least one slice uses deblocking * mode 1 (i.e. across slice boundaries). Then we disable the loop filter * during normal MB decoding and execute it serially at the end. -- cgit v1.2.3