This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
5062c202e2
commit
ae3fa4ea9c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save