]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacps_tablegen.h
png: check bit depth for PAL8/Y400A pixel formats.
[ffmpeg] / libavcodec / aacps_tablegen.h
index 492cb0c56dd2b24c5d63a060ab5d350eec148979..5041f44d19f61fcd7c9e6b2663cb15f1c91b65f5 100644 (file)
@@ -139,7 +139,7 @@ static void ps_tableinit(void)
     }
 
     for (iid = 0; iid < 46; iid++) {
-        float c = iid_par_dequant[iid]; //<Linear Inter-channel Intensity Difference
+        float c = iid_par_dequant[iid]; ///< Linear Inter-channel Intensity Difference
         float c1 = (float)M_SQRT2 / sqrtf(1.0f + c*c);
         float c2 = c * c1;
         for (icc = 0; icc < 8; icc++) {