Commit d83a491d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Use the VLC CODEC macros everywhere.

I vote that we remove this plugin now.
FFmpeg supports SIPR natively now.
parent 881e8e56
...@@ -190,7 +190,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -190,7 +190,7 @@ static int Open( vlc_object_t *p_this )
{ {
case VLC_CODEC_COOK: case VLC_CODEC_COOK:
case VLC_CODEC_ATRAC3: case VLC_CODEC_ATRAC3:
case VLC_FOURCC('s','i','p','r'): case VLC_CODEC_SIPR:
break; break;
default: default:
......
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