Commit db63e493 authored by alexc's avatar alexc

Add the .adts file extension to the ADTS muxer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19085 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 187355c6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment