comparison asf.c @ 14:b167760cd0aa libavformat

mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
author michaelni
date Fri, 20 Dec 2002 23:10:58 +0000
parents 47e502ac6349
children a58a8a53eb46
comparison
equal deleted inserted replaced
13:8a5285a0ca2f 14:b167760cd0aa
1215 }; 1215 };
1216 1216
1217 static AVOutputFormat asf_oformat = { 1217 static AVOutputFormat asf_oformat = {
1218 "asf", 1218 "asf",
1219 "asf format", 1219 "asf format",
1220 "application/octet-stream", 1220 "video/x-ms-asf",
1221 "asf,wmv", 1221 "asf,wmv",
1222 sizeof(ASFContext), 1222 sizeof(ASFContext),
1223 #ifdef CONFIG_MP3LAME 1223 #ifdef CONFIG_MP3LAME
1224 CODEC_ID_MP3LAME, 1224 CODEC_ID_MP3LAME,
1225 #else 1225 #else
1232 }; 1232 };
1233 1233
1234 static AVOutputFormat asf_stream_oformat = { 1234 static AVOutputFormat asf_stream_oformat = {
1235 "asf_stream", 1235 "asf_stream",
1236 "asf format", 1236 "asf format",
1237 "application/octet-stream", 1237 "video/x-ms-asf",
1238 "asf,wmv", 1238 "asf,wmv",
1239 sizeof(ASFContext), 1239 sizeof(ASFContext),
1240 #ifdef CONFIG_MP3LAME 1240 #ifdef CONFIG_MP3LAME
1241 CODEC_ID_MP3LAME, 1241 CODEC_ID_MP3LAME,
1242 #else 1242 #else