mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
7b31b0929c
commit
b925ef61dd
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user