Commit bafef401 authored by ods15's avatar ods15

Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines

cosmetic

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6470 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 692fa44f
...@@ -711,7 +711,7 @@ static void floor_encode(venc_context_t * venc, floor_t * fc, PutBitContext * pb ...@@ -711,7 +711,7 @@ static void floor_encode(venc_context_t * venc, floor_t * fc, PutBitContext * pb
fc->list[fc->list[i].high].x, fc->list[fc->list[i].high].x,
posts[fc->list[i].high], posts[fc->list[i].high],
fc->list[i].x); fc->list[i].x);
int highroom = range - predicted; int highroom = range - predicted;
int lowroom = predicted; int lowroom = predicted;
int room = FFMIN(highroom, lowroom); int room = FFMIN(highroom, lowroom);
if (predicted == posts[i]) { if (predicted == posts[i]) {
......
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