[SCM] libav/experimental: Remove useless comment.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:15:52 UTC 2013


The following commit has been merged in the experimental branch:
commit eb6fb058f20745171d7866408c3299ca0ea1c996
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Thu Sep 16 08:30:01 2010 +0000

    Remove useless comment.
    
    Originally committed as revision 25129 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index 92b4024..8420298 100644
--- a/libavcodec/libmp3lame.c
+++ b/libavcodec/libmp3lame.c
@@ -61,7 +61,6 @@ static av_cold int MP3lame_encode_init(AVCodecContext *avctx)
     if(avctx->flags & CODEC_FLAG_QSCALE) {
         lame_set_brate(s->gfp, 0);
         lame_set_VBR(s->gfp, vbr_default);
-        /* requires lame 3.98 or later */
         lame_set_VBR_quality(s->gfp, avctx->global_quality/(float)FF_QP2LAMBDA);
     }
     lame_set_bWriteVbrTag(s->gfp,0);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list