mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat: add Argonaut Games BRP demuxer
Used in FMVs for FX Fighter and Croc. Supports BVID and BASF streams, requests samples for anything else. Due to the way BASF streams are contained in the file, only one is supported. I have yet to see a BRP file with multiple. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
@@ -65,6 +65,7 @@ extern AVOutputFormat ff_aptx_hd_muxer;
|
||||
extern AVInputFormat ff_aqtitle_demuxer;
|
||||
extern AVInputFormat ff_argo_asf_demuxer;
|
||||
extern AVOutputFormat ff_argo_asf_muxer;
|
||||
extern AVInputFormat ff_argo_brp_demuxer;
|
||||
extern AVInputFormat ff_asf_demuxer;
|
||||
extern AVOutputFormat ff_asf_muxer;
|
||||
extern AVInputFormat ff_asf_o_demuxer;
|
||||
|
||||
Reference in New Issue
Block a user