]> git.sesse.net Git - vlc/blobdiff - src/misc/es_format.c
Added VLC_CODEC_YV9 and remove default mapping to I410 (close #3288).
[vlc] / src / misc / es_format.c
index 650b31591383d1c1da4039076ebeae9a39fe2d94..cad689af8f8267c107e1aed2959e9ea9c1832509 100644 (file)
@@ -170,6 +170,7 @@ void video_format_Setup( video_format_t *p_fmt, vlc_fourcc_t i_chroma,
     case VLC_CODEC_J420:
         p_fmt->i_bits_per_pixel = 12;
         break;
+    case VLC_CODEC_YV9:
     case VLC_CODEC_I410:
         p_fmt->i_bits_per_pixel = 9;
         break;