mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08:00
avformat: add demuxer for Rayman 2's APM format
Adds support for the APM file format used by Ubisoft's Rayman 2. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
committed by
Paul B Mahol
parent
af65357207
commit
55af03dbb5
@@ -53,6 +53,7 @@ extern AVInputFormat ff_amrwb_demuxer;
|
||||
extern AVInputFormat ff_anm_demuxer;
|
||||
extern AVInputFormat ff_apc_demuxer;
|
||||
extern AVInputFormat ff_ape_demuxer;
|
||||
extern AVInputFormat ff_apm_demuxer;
|
||||
extern AVInputFormat ff_apng_demuxer;
|
||||
extern AVOutputFormat ff_apng_muxer;
|
||||
extern AVInputFormat ff_aptx_demuxer;
|
||||
|
||||
Reference in New Issue
Block a user