[SCM] libav/experimental: sync message with modern ffmpeg bitrate option syntax. note: this message should probably be tweaked; i'm not sure that it's a good idea for lavc to be recommending ffmpeg command line options as it's a general-purpose library.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:48 UTC 2013


The following commit has been merged in the experimental branch:
commit de39d62c149860b0d8b19aeba25b30f2c03404f3
Author: D Richard Felker III <dalias at aerifal.cx>
Date:   Tue Nov 27 05:32:04 2007 +0000

    sync message with modern ffmpeg bitrate option syntax.
    note: this message should probably be tweaked; i'm not sure that it's
    a good idea for lavc to be recommending ffmpeg command line options
    as it's a general-purpose library.
    
    Originally committed as revision 11094 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 84bb7b0..590ac31 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -573,7 +573,7 @@ static int compute_bit_allocation(AC3EncodeContext *s,
            bit_alloc(s, mask, psd, bap, frame_bits, csnroffst, 0) < 0)
         csnroffst -= SNR_INC1;
     if (csnroffst < 0) {
-        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed, try increasing the bitrate, -ab 384 for example!\n");
+        av_log(NULL, AV_LOG_ERROR, "Bit allocation failed, try increasing the bitrate, -ab 384k for example!\n");
         return -1;
     }
     while ((csnroffst + SNR_INC1) <= 63 &&

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list