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:
Alex Converse 2009-06-03 23:34:35 +00:00
parent 281551131d
commit 007c47e8b9
1 changed files with 1 additions and 1 deletions

View File

@ -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,