Commit 6bb80f84 authored by michael's avatar michael

prefer our native vorbis decoder over libvorbis


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10889 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e5b46ba5
......@@ -191,7 +191,6 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);
REGISTER_ENCODER (LIBMP3LAME, libmp3lame);
REGISTER_ENCODER (LIBTHEORA, libtheora);
REGISTER_ENCDEC (LIBVORBIS, libvorbis);
REGISTER_DECODER (MACE3, mace3);
REGISTER_DECODER (MACE6, mace6);
REGISTER_ENCDEC (MP2, mp2);
......@@ -215,6 +214,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (WMAV1, wmav1);
REGISTER_ENCDEC (WMAV2, wmav2);
REGISTER_DECODER (WS_SND1, ws_snd1);
REGISTER_ENCDEC (LIBVORBIS, libvorbis);
/* pcm codecs */
REGISTER_ENCDEC (PCM_ALAW, pcm_alaw);
......
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