mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add the .adts file extension to the ADTS muxer.
Originally committed as revision 19085 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
281551131d
commit
007c47e8b9
@ -148,7 +148,7 @@ AVOutputFormat adts_muxer = {
|
|||||||
"adts",
|
"adts",
|
||||||
NULL_IF_CONFIG_SMALL("ADTS AAC"),
|
NULL_IF_CONFIG_SMALL("ADTS AAC"),
|
||||||
"audio/aac",
|
"audio/aac",
|
||||||
"aac",
|
"aac,adts",
|
||||||
sizeof(ADTSContext),
|
sizeof(ADTSContext),
|
||||||
CODEC_ID_AAC,
|
CODEC_ID_AAC,
|
||||||
CODEC_ID_NONE,
|
CODEC_ID_NONE,
|
||||||
|
Loading…
Reference in New Issue
Block a user