From ae3fa4ea9cf8126c1c56b9c621bb9c60f5d809a9 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sun, 4 Apr 2004 20:24:28 +0000
Subject: [PATCH] make vorbis default again

Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/nut.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/nut.c b/libavformat/nut.c
index f4f5f1fce30..a049365b8ca 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,
-- 
GitLab