Mercurial > libavcodec.hg
changeset 3674:be8084e35485 libavcodec
error message spelling typo
author | corey |
---|---|
date | Mon, 04 Sep 2006 17:08:20 +0000 |
parents | 1d69d79f7cc3 |
children | bce9f52584c3 |
files | ratecontrol.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ratecontrol.c Mon Sep 04 09:37:28 2006 +0000 +++ b/ratecontrol.c Mon Sep 04 17:08:20 2006 +0000 @@ -821,7 +821,7 @@ all_const_bits= const_bits[I_TYPE] + const_bits[P_TYPE] + const_bits[B_TYPE]; if(all_available_bits < all_const_bits){ - av_log(s->avctx, AV_LOG_ERROR, "requested bitrate is to low\n"); + av_log(s->avctx, AV_LOG_ERROR, "requested bitrate is too low\n"); return -1; }