Commit 21632050 authored by aurel's avatar aurel

add support for AVI files with On2 header

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10591 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 60eea690
......@@ -61,6 +61,7 @@ static const char avi_headers[][8] = {
{ 'R', 'I', 'F', 'F', 'A', 'V', 'I', ' ' },
{ 'R', 'I', 'F', 'F', 'A', 'V', 'I', 'X' },
{ 'R', 'I', 'F', 'F', 'A', 'V', 'I', 0x19},
{ 'O', 'N', '2', ' ', 'O', 'N', '2', 'f' },
{ 0 }
};
......
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