]> git.sesse.net Git - vlc/commitdiff
Use the VLC CODEC macros everywhere.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 Jan 2010 19:15:53 +0000 (20:15 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 Jan 2010 19:16:32 +0000 (20:16 +0100)
I vote that we remove this plugin now.
FFmpeg supports SIPR natively now.

modules/codec/realaudio.c

index 1327bed3757ccd82af94c2b833179e8c1bd658d7..6cea875919027e1344f32333cd64557756dec0a9 100644 (file)
@@ -190,7 +190,7 @@ static int Open( vlc_object_t *p_this )
     {
     case VLC_CODEC_COOK:
     case VLC_CODEC_ATRAC3:
-    case VLC_FOURCC('s','i','p','r'):
+    case VLC_CODEC_SIPR:
         break;
 
     default: