Commit 200a004e authored by michael's avatar michael

make vorbis default again


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2964 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 645b03c5
...@@ -1028,7 +1028,7 @@ static AVOutputFormat nut_oformat = { ...@@ -1028,7 +1028,7 @@ static AVOutputFormat nut_oformat = {
"video/x-nut", "video/x-nut",
"nut", "nut",
sizeof(NUTContext), sizeof(NUTContext),
#if 0 //#ifdef CONFIG_VORBIS #ifdef CONFIG_VORBIS
CODEC_ID_VORBIS, CODEC_ID_VORBIS,
#elif defined(CONFIG_MP3LAME) #elif defined(CONFIG_MP3LAME)
CODEC_ID_MP3, CODEC_ID_MP3,
......
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