summaryrefslogtreecommitdiffstats
path: root/contrib/patch-mpeg4ip-no_compressor_name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/patch-mpeg4ip-no_compressor_name.patch')
-rw-r--r--contrib/patch-mpeg4ip-no_compressor_name.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/patch-mpeg4ip-no_compressor_name.patch b/contrib/patch-mpeg4ip-no_compressor_name.patch
deleted file mode 100644
index 652711cca..000000000
--- a/contrib/patch-mpeg4ip-no_compressor_name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/mp4v2/atom_avc1.cpp.bak.cpp 2004-07-13 17:07:50.000000000 -0400
-+++ lib/mp4v2/atom_avc1.cpp 2007-11-19 13:44:21.000000000 -0500
-@@ -41,7 +41,7 @@
- MP4StringProperty* pProp =
- new MP4StringProperty("compressorName");
- pProp->SetFixedLength(32);
-- pProp->SetValue("AVC Coding");
-+ pProp->SetValue("");
- AddProperty(pProp); /* 6 */
-
- AddReserved("reserved4", 4); /* 7 */