[vlc-devel] commit: Use the VLC CODEC macros everywhere. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 16 20:17:16 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 16 20:15:53 2010 +0100| [d83a491d2b7a307b0cb0520a1f330e15697786a0] | committer: Jean-Baptiste Kempf 

Use the VLC CODEC macros everywhere.

I vote that we remove this plugin now.
FFmpeg supports SIPR natively now.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d83a491d2b7a307b0cb0520a1f330e15697786a0
---

 modules/codec/realaudio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/realaudio.c b/modules/codec/realaudio.c
index 1327bed..6cea875 100644
--- a/modules/codec/realaudio.c
+++ b/modules/codec/realaudio.c
@@ -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:




More information about the vlc-devel mailing list