]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/x86/vf_bwdif_init.c
Bump Versions before release/4.4 branch
[ffmpeg] / libavfilter / x86 / vf_bwdif_init.c
index 1cb8438e5f6f3d241ebca3d114dee5146fef7325..b1e70b3bc680d87faff8fd3940fd8639fef8625e 100644 (file)
@@ -53,8 +53,9 @@ void ff_bwdif_filter_line_12bit_ssse3(void *dst, void *prev, void *cur, void *ne
 
 av_cold void ff_bwdif_init_x86(BWDIFContext *bwdif)
 {
+    YADIFContext *yadif = &bwdif->yadif;
     int cpu_flags = av_get_cpu_flags();
-    int bit_depth = (!bwdif->csp) ? 8 : bwdif->csp->comp[0].depth;
+    int bit_depth = (!yadif->csp) ? 8 : yadif->csp->comp[0].depth;
 
     if (bit_depth <= 8) {
 #if ARCH_X86_32