mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00: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",
|
||||
NULL_IF_CONFIG_SMALL("ADTS AAC"),
|
||||
"audio/aac",
|
||||
"aac",
|
||||
"aac,adts",
|
||||
sizeof(ADTSContext),
|
||||
CODEC_ID_AAC,
|
||||
CODEC_ID_NONE,
|
||||
|
Loading…
Reference in New Issue
Block a user