[FFmpeg-devel] [PATCH] lavc/utils: fix typo and reword message in case of too low bitrate

Michael Niedermayer michaelni at gmx.at
Sun Mar 10 11:01:43 CET 2013


On Sun, Mar 10, 2013 at 11:01:27AM +0100, Stefano Sabatini wrote:
> ---
>  libavcodec/utils.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/utils.c b/libavcodec/utils.c
> index befb948..e42b72e 100644
> --- a/libavcodec/utils.c
> +++ b/libavcodec/utils.c
> @@ -1044,7 +1044,7 @@ int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *code
>          }
>          if (   (avctx->codec_type == AVMEDIA_TYPE_VIDEO || avctx->codec_type == AVMEDIA_TYPE_AUDIO)
>              && avctx->bit_rate>0 && avctx->bit_rate<1000) {
> -            av_log(avctx, AV_LOG_WARNING, "Bitrate %d is extreemly low, did you mean %dk\n", avctx->bit_rate, avctx->bit_rate);
> +            av_log(avctx, AV_LOG_WARNING, "Bitrate %d is extremely low, maybe you mean %dk\n", avctx->bit_rate, avctx->bit_rate);
>          }

iam happy with whatever wording people like

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130310/657cae8a/attachment.asc>


More information about the ffmpeg-devel mailing list