mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/scd: add demuxer
Adds demuxer for Square Enux SCD files. Based off [1] and personal investigation. This has only been tested against Drakengard 3 (PS3) *_SCD.XXX files (big-endian). As it is highly likely that FFXIV (PC) files are little-endian, this demuxer is marked as experimental until this can be confirmed. [1]: http://ffxivexplorer.fragmenterworks.com/research/scd%20files.txt Reviewed-by: Peter Ross <pross@xvid.org> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
d1b47f3bfc
commit
12f8293c02
3 changed files with 380 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ extern const AVOutputFormat ff_sbc_muxer;
|
|||
extern const AVInputFormat ff_sbg_demuxer;
|
||||
extern const AVInputFormat ff_scc_demuxer;
|
||||
extern const AVOutputFormat ff_scc_muxer;
|
||||
extern const AVInputFormat ff_scd_demuxer;
|
||||
extern const AVInputFormat ff_sdp_demuxer;
|
||||
extern const AVInputFormat ff_sdr2_demuxer;
|
||||
extern const AVInputFormat ff_sds_demuxer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue