changeset 5003:e1749e19c60b libavformat

Add the .adts file extension to the ADTS muxer.
author alexc
date Wed, 03 Jun 2009 23:34:35 +0000
parents dc92e7858140
children 84a7b7a2f252
files adtsenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/adtsenc.c	Wed Jun 03 23:13:53 2009 +0000
+++ b/adtsenc.c	Wed Jun 03 23:34:35 2009 +0000
@@ -148,7 +148,7 @@
     "adts",
     NULL_IF_CONFIG_SMALL("ADTS AAC"),
     "audio/aac",
-    "aac",
+    "aac,adts",
     sizeof(ADTSContext),
     CODEC_ID_AAC,
     CODEC_ID_NONE,