error message spelling typo

Originally committed as revision 6168 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Corey Hickey 18 years ago
parent ffb512e349
commit 29b372b9e9
  1. 2
      libavcodec/ratecontrol.c

@ -821,7 +821,7 @@ static int init_pass2(MpegEncContext *s)
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;
}

Loading…
Cancel
Save