avformat/argo_asf: add games to version list
Reviewed-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
1ead176d87
commit
97aaa15089
1 changed files with 4 additions and 1 deletions
|
|
@ -87,9 +87,12 @@ static void argo_asf_parse_chunk_header(ArgoASFChunkHeader *hdr, const uint8_t *
|
|||
|
||||
/*
|
||||
* Known versions:
|
||||
* 1.1: The sample files in /game-formats/brender/part2.zip
|
||||
* 1.1: https://samples.ffmpeg.org/game-formats/brender/part2.zip
|
||||
* FX Fighter
|
||||
* 1.2: Croc! Legend of the Gobbos
|
||||
* 2.1: Croc 2
|
||||
* The Emperor's New Groove
|
||||
* Disney's Aladdin in Nasira's Revenge
|
||||
*/
|
||||
static int argo_asf_is_known_version(const ArgoASFFileHeader *hdr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue