remove a comment which is no longer true
authorJustin Ruggles <justin.ruggles@gmail.com>
Sun, 3 Aug 2008 16:41:52 +0000 (16:41 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sun, 3 Aug 2008 16:41:52 +0000 (16:41 +0000)
Originally committed as revision 14522 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nutenc.c

index 06f5329..447cea3 100644 (file)
@@ -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,