[FFmpeg-cvslog] avformat/argo_asf: add games to version list
Zane van Iperen
git at videolan.org
Tue Aug 11 10:55:47 EEST 2020
ffmpeg | branch: master | Zane van Iperen <zane at zanevaniperen.com> | Mon Aug 10 08:20:48 2020 +1000| [97aaa15089c2a0e92b4336aeca7b7ae1b5516b57] | committer: Zane van Iperen
avformat/argo_asf: add games to version list
Reviewed-by: Alexander Strasser <eclipse7 at gmx.net>
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97aaa15089c2a0e92b4336aeca7b7ae1b5516b57
---
libavformat/argo_asf.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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)
{
More information about the ffmpeg-cvslog
mailing list