You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
Add PlayStation Portable PMP format demuxer
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
c3b05d2159
commit
f28070a123
@ -177,6 +177,7 @@ void av_register_all(void)
|
||||
REGISTER_MUXDEMUX (PCM_U16BE, pcm_u16be);
|
||||
REGISTER_MUXDEMUX (PCM_U16LE, pcm_u16le);
|
||||
REGISTER_MUXDEMUX (PCM_U8, pcm_u8);
|
||||
REGISTER_DEMUXER (PMP, pmp);
|
||||
REGISTER_MUXER (PSP, psp);
|
||||
REGISTER_DEMUXER (PVA, pva);
|
||||
REGISTER_DEMUXER (QCP, qcp);
|
||||
|
Reference in New Issue
Block a user