Skip to content
Snippets Groups Projects
Commit c5d99f2b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

prefer our native vorbis decoder over libvorbis

Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e14356c8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment