summaryrefslogtreecommitdiff
path: root/libavformat/argo_asf.c
diff options
context:
space:
mode:
authorZane van Iperen <zane@zanevaniperen.com>2020-08-10 08:20:48 +1000
committerZane van Iperen <zane@zanevaniperen.com>2020-08-11 08:50:19 +1000
commit97aaa15089c2a0e92b4336aeca7b7ae1b5516b57 (patch)
tree4808eb84e9e30dc5f1e69e331612140022a03bc9 /libavformat/argo_asf.c
parent1ead176d874acb489827ace3935fc71e1eea7e0e (diff)
avformat/argo_asf: add games to version list
Reviewed-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'libavformat/argo_asf.c')
-rw-r--r--libavformat/argo_asf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavformat/argo_asf.c b/libavformat/argo_asf.c
index 671b7482f9..94d3ae3e09 100644
--- a/libavformat/argo_asf.c
+++ b/libavformat/argo_asf.c
@@ -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)
{