]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_cabac.c
Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'
[ffmpeg] / libavcodec / h264_cabac.c
index 345834645cbfa599c053e4c2a379cab25b36b695..ec5fc74b9b1d46d494f7d42ea8f75aae2b6ffd03 100644 (file)
@@ -2347,7 +2347,7 @@ decode_intra_mb:
     if (CHROMA444(h) && IS_8x8DCT(mb_type)){
         int i;
         uint8_t *nnz_cache = sl->non_zero_count_cache;
-        if (h->sei.unregistered.x264_build < 151U) {
+        if (h->x264_build < 151U) {
             for (i = 0; i < 2; i++){
                 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) {
                     nnz_cache[3+8* 1 + 2*8*i]=