mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
Add raw MLP muxer.
Originally committed as revision 18652 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -973,6 +973,21 @@ AVInputFormat mlp_demuxer = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MLP_MUXER
|
||||
AVOutputFormat mlp_muxer = {
|
||||
"mlp",
|
||||
NULL_IF_CONFIG_SMALL("raw MLP"),
|
||||
NULL,
|
||||
"mlp",
|
||||
0,
|
||||
CODEC_ID_MLP,
|
||||
CODEC_ID_NONE,
|
||||
NULL,
|
||||
raw_write_packet,
|
||||
.flags= AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
#endif
|
||||
|
||||
#if CONFIG_TRUEHD_DEMUXER
|
||||
AVInputFormat truehd_demuxer = {
|
||||
"truehd",
|
||||
|
||||
Reference in New Issue
Block a user