Commit 879ce1cf authored by philipjsg's avatar philipjsg

Clear out an unused field in the created AVI file. This helps make

the MD5 checksums *much* more predictable!!


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9a9f7dd1
......@@ -378,7 +378,8 @@ static int avi_write_header(AVFormatContext *s)
put_tag(pb, "odml");
put_tag(pb, "dmlh");
put_le32(pb, 248);
url_fskip(pb, 248);
for (i = 0; i < 248; i+= 4)
put_le32(pb, 0);
end_tag(pb, avi->odml_list);
end_tag(pb, list1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment