]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/swscale_avoption.c
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test.
[ffmpeg] / libswscale / swscale_avoption.c
index 1878b4ea8ff9d14b7f89de188992b2c6da4a47cb..996843df1d474d3bd850b6f90be4291304403a73 100644 (file)
@@ -53,6 +53,7 @@ static const AVOption options[] = {
     { "bfin", "Blackfin SIMD acceleration", 0, FF_OPT_TYPE_CONST, SWS_CPU_CAPS_BFIN, INT_MIN, INT_MAX, VE, "sws_flags" },
     { "full_chroma_int", "full chroma interpolation", 0 , FF_OPT_TYPE_CONST, SWS_FULL_CHR_H_INT, INT_MIN, INT_MAX, VE, "sws_flags" },
     { "full_chroma_inp", "full chroma input", 0 , FF_OPT_TYPE_CONST, SWS_FULL_CHR_H_INP, INT_MIN, INT_MAX, VE, "sws_flags" },
+    { "bitexact", "", 0 , FF_OPT_TYPE_CONST, SWS_BITEXACT, INT_MIN, INT_MAX, VE, "sws_flags" },
     { NULL }
 };