diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 16:41:52 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-03 16:41:52 +0000 |
commit | 2d47c3de988c3448bc8ed1799dd3df5cdd16549f (patch) | |
tree | 7160b34aeade29aeb83e96facc145eef8e1d76c4 | |
parent | 7254edb5baec4afc6179ed8d5dc48ac0c7fdeca0 (diff) | |
download | ffmpeg-2d47c3de988c3448bc8ed1799dd3df5cdd16549f.tar.gz |
remove a comment which is no longer true
Originally committed as revision 14522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/nutenc.c | 2 |
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, |