From e817a73daa7e6f473cd793d8c84424536282b163 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 13 May 2005 12:09:45 +0000 Subject: [PATCH] fix mimetype Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/flvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index a9a8730ee7..29b94598da 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -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