[FFmpeg-cvslog] r19085 - trunk/libavformat/adtsenc.c

alexc subversion
Thu Jun 4 01:34:35 CEST 2009


Author: alexc
Date: Thu Jun  4 01:34:35 2009
New Revision: 19085

Log:
Add the .adts file extension to the ADTS muxer.

Modified:
   trunk/libavformat/adtsenc.c

Modified: trunk/libavformat/adtsenc.c
==============================================================================
--- trunk/libavformat/adtsenc.c	Thu Jun  4 01:13:53 2009	(r19084)
+++ trunk/libavformat/adtsenc.c	Thu Jun  4 01:34:35 2009	(r19085)
@@ -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,



More information about the ffmpeg-cvslog mailing list