Commit b925ef61 authored by Aurelien Jacobs's avatar Aurelien Jacobs

add support for AVI files with On2 header

Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7b31b092
......@@ -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