[Ffmpeg-cvslog] CVS: ffmpeg/libavformat flvenc.c,1.15,1.16

Michael Niedermayer CVS michael
Fri May 13 14:09:48 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv21226

Modified Files:
	flvenc.c 
Log Message:
fix mimetype


Index: flvenc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/flvenc.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- flvenc.c	25 Feb 2005 11:15:12 -0000	1.15
+++ flvenc.c	13 May 2005 12:09:45 -0000	1.16
@@ -172,7 +172,7 @@
 static AVOutputFormat flv_oformat = {
     "flv",
     "flv format",
-    "video/x-flashvideo",
+    "video/x-flv",
     "flv",
     sizeof(FLVContext),
 #ifdef CONFIG_MP3LAME





More information about the ffmpeg-cvslog mailing list