]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/yuv2rgb.c
ac3enc: clenaup project name in one comment
[ffmpeg] / libswscale / yuv2rgb.c
index eb478e21860f108b02bb033d09ffb764fa7aae69..c2c9090a3692f2572e1d0518f40f002d66e72527 100644 (file)
@@ -615,7 +615,7 @@ av_cold int ff_yuv2rgb_c_init_tables(SwsContext *c, const int inv_table[4], int
     uint8_t *y_table;
     uint16_t *y_table16;
     uint32_t *y_table32;
-    int i, base, rbase, gbase, bbase, abase, needAlpha;
+    int i, base, rbase, gbase, bbase, av_uninit(abase), needAlpha;
     const int yoffs = fullRange ? 384 : 326;
 
     int64_t crv =  inv_table[0];