diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:07:57 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-10-02 06:07:57 +0000 |
commit | 4fa29073ebfc089ab17321f7354c78ee8a1444e4 (patch) | |
tree | 27c6afe6ba8b4e710599537bac978ac6ef61dae3 /libavcodec/vorbis_enc.c | |
parent | 63fc901ec951efb1ebd0a403a5d33ef06a9395b6 (diff) | |
download | ffmpeg-4fa29073ebfc089ab17321f7354c78ee8a1444e4.tar.gz |
Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
cosmetic
Originally committed as revision 6470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis_enc.c')
-rw-r--r-- | libavcodec/vorbis_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_enc.c b/libavcodec/vorbis_enc.c index cedaec9a16..acd43fefdf 100644 --- a/libavcodec/vorbis_enc.c +++ b/libavcodec/vorbis_enc.c @@ -711,7 +711,7 @@ static void floor_encode(venc_context_t * venc, floor_t * fc, PutBitContext * pb 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]) { |