summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-03 16:41:52 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-03 16:41:52 +0000
commit2d47c3de988c3448bc8ed1799dd3df5cdd16549f (patch)
tree7160b34aeade29aeb83e96facc145eef8e1d76c4 /libavformat
parent7254edb5baec4afc6179ed8d5dc48ac0c7fdeca0 (diff)
remove a comment which is no longer true
Originally committed as revision 14522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/nutenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c
index 06f53298d4..447cea31a0 100644
--- a/libavformat/nutenc.c
+++ b/libavformat/nutenc.c
@@ -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,