]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/swscale_internal.h
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
[ffmpeg] / libswscale / swscale_internal.h
index 5534e467ea2b77345ac9e24ca695d8a69536195c..856b61c4840dfbb3ccd34813a300b615b5d1b4fd 100644 (file)
@@ -395,6 +395,7 @@ const char *sws_format_name(enum PixelFormat format);
         || (x)==PIX_FMT_RGB565LE    \
         || (x)==PIX_FMT_RGB555BE    \
         || (x)==PIX_FMT_RGB555LE    \
+        || (x)==PIX_FMT_RGB444      \
         || (x)==PIX_FMT_RGB8        \
         || (x)==PIX_FMT_RGB4        \
         || (x)==PIX_FMT_RGB4_BYTE   \
@@ -409,6 +410,7 @@ const char *sws_format_name(enum PixelFormat format);
         || (x)==PIX_FMT_BGR565LE    \
         || (x)==PIX_FMT_BGR555BE    \
         || (x)==PIX_FMT_BGR555LE    \
+        || (x)==PIX_FMT_BGR444      \
         || (x)==PIX_FMT_BGR8        \
         || (x)==PIX_FMT_BGR4        \
         || (x)==PIX_FMT_BGR4_BYTE   \