forked from FFmpeg/FFmpeg
fix mimetype
Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0444b02304
commit
e817a73daa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue