diff avi.c @ 5661:6d530eb42996 libavformat

Set lavf identification string globally in av_write_header(), rather than inside the muxers. Remove special handling of "encoder" tags from AVI and MP3 muxers. Patch by Anton Khirnov <wyskas gmail com>.
author rbultje
date Tue, 16 Feb 2010 16:32:25 +0000
parents 5d3ac5652047
children
line wrap: on
line diff
--- a/avi.c	Tue Feb 16 09:55:56 2010 +0000
+++ b/avi.c	Tue Feb 16 16:32:25 2010 +0000
@@ -40,6 +40,6 @@
 const char ff_avi_tags[][5] = {
     "IARL", "IART", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
     "IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
-    "IPRT", "ISBJ",/*"ISFT"*/"ISHP", "ISRC", "ISRF", "ITCH",
+    "IPRT", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
     {0}
 };