Mercurial > libavcodec.hg
changeset 3865:04d496813135 libavcodec
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
cosmetic
author | ods15 |
---|---|
date | Mon, 02 Oct 2006 06:07:57 +0000 |
parents | df84b5d1a8c2 |
children | 4d5f73f10198 |
files | vorbis_enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_enc.c Mon Oct 02 06:07:55 2006 +0000 +++ b/vorbis_enc.c Mon Oct 02 06:07:57 2006 +0000 @@ -711,7 +711,7 @@ fc->list[fc->list[i].high].x, posts[fc->list[i].high], fc->list[i].x); - int highroom = range - predicted; + int highroom = range - predicted; int lowroom = predicted; int room = FFMIN(highroom, lowroom); if (predicted == posts[i]) {