OSDN Git Service

make vorbis default again
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Apr 2004 20:24:28 +0000 (20:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Apr 2004 20:24:28 +0000 (20:24 +0000)
Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.c

index f4f5f1f..a049365 100644 (file)
@@ -1028,7 +1028,7 @@ static AVOutputFormat nut_oformat = {
     "video/x-nut",
     "nut",
     sizeof(NUTContext),
-#if 0 //#ifdef CONFIG_VORBIS
+#ifdef CONFIG_VORBIS
     CODEC_ID_VORBIS,
 #elif defined(CONFIG_MP3LAME)
     CODEC_ID_MP3,