You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
add support for AVI files with On2 header
Originally committed as revision 10591 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user