comparison nut.c @ 414:9c6fe48f128e libavformat

make vorbis default again
author michael
date Sun, 04 Apr 2004 20:24:28 +0000
parents 23a77d74efd0
children badb7a946a9c
comparison
equal deleted inserted replaced
413:7e2da8312b7e 414:9c6fe48f128e
1026 "nut", 1026 "nut",
1027 "nut format", 1027 "nut format",
1028 "video/x-nut", 1028 "video/x-nut",
1029 "nut", 1029 "nut",
1030 sizeof(NUTContext), 1030 sizeof(NUTContext),
1031 #if 0 //#ifdef CONFIG_VORBIS 1031 #ifdef CONFIG_VORBIS
1032 CODEC_ID_VORBIS, 1032 CODEC_ID_VORBIS,
1033 #elif defined(CONFIG_MP3LAME) 1033 #elif defined(CONFIG_MP3LAME)
1034 CODEC_ID_MP3, 1034 CODEC_ID_MP3,
1035 #else 1035 #else
1036 CODEC_ID_MP2, /* AC3 needs liba52 decoder */ 1036 CODEC_ID_MP2, /* AC3 needs liba52 decoder */