diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-13 12:09:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-13 12:09:45 +0000 |
commit | e817a73daa7e6f473cd793d8c84424536282b163 (patch) | |
tree | 12ab3a0428c0922cdbc8405760ab93dc14e9dac0 /libavformat/flvenc.c | |
parent | 0444b0230493f560d91ec19f8a7e64507335eb94 (diff) | |
download | ffmpeg-e817a73daa7e6f473cd793d8c84424536282b163.tar.gz |
fix mimetype
Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/flvenc.c')
-rw-r--r-- | libavformat/flvenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |