OSDN Git Service

fix mimetype
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2005 12:09:45 +0000 (12:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 13 May 2005 12:09:45 +0000 (12:09 +0000)
Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/flvenc.c

index a9a8730..29b9459 100644 (file)
@@ -172,7 +172,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
 static AVOutputFormat flv_oformat = {
     "flv",
     "flv format",
-    "video/x-flashvideo",
+    "video/x-flv",
     "flv",
     sizeof(FLVContext),
 #ifdef CONFIG_MP3LAME