Commit 21404456 authored by michael's avatar michael

fix mimetype


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4234 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c67043b9
...@@ -172,7 +172,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -172,7 +172,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
static AVOutputFormat flv_oformat = { static AVOutputFormat flv_oformat = {
"flv", "flv",
"flv format", "flv format",
"video/x-flashvideo", "video/x-flv",
"flv", "flv",
sizeof(FLVContext), sizeof(FLVContext),
#ifdef CONFIG_MP3LAME #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