Browse Source

make vorbis default again

Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
ae3fa4ea9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/nut.c

+ 1
- 1
libavformat/nut.c View File

@@ -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,


Loading…
Cancel
Save