Commit e625510a authored by corey's avatar corey

error message spelling typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6168 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d8047545
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment