Commit 007c47e8 authored by Alex Converse's avatar Alex Converse

Add the .adts file extension to the ADTS muxer.

Originally committed as revision 19085 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 28155113
...@@ -148,7 +148,7 @@ AVOutputFormat adts_muxer = { ...@@ -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,
......
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