Commit c835a2fe authored by Jean-Paul Saman's avatar Jean-Paul Saman

davinci: fourcc: cleanup

Remove comments.
parent 184e6f1f
......@@ -659,10 +659,10 @@ XDAS_Int32 VlcChromaToXdm( vlc_fourcc_t i_chroma )
return XDM_YUV_444P;
case VLC_FOURCC('Y','U','Y','V'):
return XDM_YUV_422IBE; /* FIXME ? */
return XDM_YUV_422IBE;
case VLC_FOURCC('U','Y','V','Y'):
return XDM_YUV_422ILE; /* FIXME ? */
return XDM_YUV_422ILE;
case VLC_FOURCC('G','R','E','Y'):
return XDM_GRAY;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment