OSDN Git Service

Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) | 2 lines
authorOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 06:07:57 +0000 (06:07 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Mon, 2 Oct 2006 06:07:57 +0000 (06:07 +0000)
cosmetic

Originally committed as revision 6470 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis_enc.c

index cedaec9..acd43fe 100644 (file)
@@ -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]) {