]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/chroma.h
Clean up chroma handling in ffmpeg (as a bonus, fixed the last issue
[vlc] / modules / codec / avcodec / chroma.h
index 3e82aa6dce85ee818f2d692c6b6b41c533f2a6cb..d792d8aae438f98d6aba41a43bd9e4b7c4fdb50c 100644 (file)
@@ -90,6 +90,7 @@ static inline vlc_fourcc_t GetVlcChroma( int i_ffmpeg_chroma )
 {
     int i;
 
+    /* TODO FIXME for rgb format we HAVE to set rgb mask/shift */
     for( i = 0; chroma_table[i].i_chroma != 0; i++ )
     {
         if( chroma_table[i].i_chroma_id == i_ffmpeg_chroma )