Commit e817a73d authored by Michael Niedermayer's avatar Michael Niedermayer

fix mimetype

Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0444b023
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment