fix mimetype

Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-05-13 12:09:45 +00:00
parent 0444b02304
commit e817a73daa
1 changed files with 1 additions and 1 deletions

View File

@ -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