summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-04 20:24:28 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-04 20:24:28 +0000
commitae3fa4ea9cf8126c1c56b9c621bb9c60f5d809a9 (patch)
tree4be6f71d990f8b7a864671ac9ff7ce7e30720591 /libavformat/nut.c
parent5062c202e23246ac630f51be616f3c0d446807e5 (diff)
make vorbis default again
Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r--libavformat/nut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index f4f5f1fce3..a049365b8c 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -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,