[FFmpeg-cvslog] r14522 - trunk/libavformat/nutenc.c

jbr subversion
Sun Aug 3 18:41:52 CEST 2008


Author: jbr
Date: Sun Aug  3 18:41:52 2008
New Revision: 14522

Log:
remove a comment which is no longer true

Modified:
   trunk/libavformat/nutenc.c

Modified: trunk/libavformat/nutenc.c
==============================================================================
--- trunk/libavformat/nutenc.c	(original)
+++ trunk/libavformat/nutenc.c	Sun Aug  3 18:41:52 2008
@@ -814,7 +814,7 @@ AVOutputFormat nut_muxer = {
 #elif defined(CONFIG_LIBMP3LAME)
     CODEC_ID_MP3,
 #else
-    CODEC_ID_MP2, /* AC3 needs liba52 decoder */
+    CODEC_ID_MP2,
 #endif
     CODEC_ID_MPEG4,
     write_header,




More information about the ffmpeg-cvslog mailing list