]> git.sesse.net Git - vlc/commitdiff
Simplify vout_ChromaCmp.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 8 Sep 2008 20:29:10 +0000 (22:29 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 8 Sep 2008 20:44:40 +0000 (22:44 +0200)
src/video_output/vout_pictures.c

index d0e124e1490efbd144a92134e23597ad43baa5d0..bdb2a177f1c955629785d2589d769b57e8c3179f 100644 (file)
@@ -989,16 +989,6 @@ int vout_ChromaCmp( vlc_fourcc_t i_chroma, vlc_fourcc_t i_amorhc )
                     return 0;
             }
 
-        case FOURCC_RGBP:
-            switch( i_amorhc )
-            {
-                case FOURCC_RGBP:
-                    return 1;
-
-                default:
-                    return 0;
-            }
-
         default:
             return 0;
     }