OSDN Git Service

Cygwin Contrib pack download file - Incorrect EOL markers threw it. Now fixed
[handbrake-jp/handbrake-jp-git.git] / contrib / patch-mpeg4ip-no_compressor_name.patch
1 --- lib/mp4v2/atom_avc1.cpp.bak.cpp     2004-07-13 17:07:50.000000000 -0400
2 +++ lib/mp4v2/atom_avc1.cpp     2007-11-19 13:44:21.000000000 -0500
3 @@ -41,7 +41,7 @@
4         MP4StringProperty* pProp = 
5                 new MP4StringProperty("compressorName");
6         pProp->SetFixedLength(32);
7 -       pProp->SetValue("AVC Coding");
8 +       pProp->SetValue("");
9         AddProperty(pProp); /* 6 */
10  
11         AddReserved("reserved4", 4); /* 7 */