mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat: add demuxer for argonaut games' ASF format
Adds support for the custom ASF container used by some Argonaut Games' games, such as 'Croc! Legend of the Gobbos', and 'Croc 2'. Can also handle the sample files in: https://samples.ffmpeg.org/game-formats/brender/part2.zip Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
committed by
Paul B Mahol
parent
bf890ae0d7
commit
dc3aa376dc
@@ -60,6 +60,7 @@ extern AVOutputFormat ff_aptx_muxer;
|
||||
extern AVInputFormat ff_aptx_hd_demuxer;
|
||||
extern AVOutputFormat ff_aptx_hd_muxer;
|
||||
extern AVInputFormat ff_aqtitle_demuxer;
|
||||
extern AVInputFormat ff_argo_asf_demuxer;
|
||||
extern AVInputFormat ff_asf_demuxer;
|
||||
extern AVOutputFormat ff_asf_muxer;
|
||||
extern AVInputFormat ff_asf_o_demuxer;
|
||||
|
||||
Reference in New Issue
Block a user