]> git.sesse.net Git - x264/commitdiff
Fix typo in r2222
authorFiona Glaser <fiona@x264.com>
Tue, 27 Nov 2012 15:50:51 +0000 (07:50 -0800)
committerFiona Glaser <fiona@x264.com>
Thu, 6 Dec 2012 23:52:23 +0000 (15:52 -0800)
Slightly wrong numbers in level table.

encoder/set.c

index 7c7983ed56f4a09db47618d414dd57eb1d2493ee..6041ecd9a1660865a2fee18998cac85db1e496ee 100644 (file)
@@ -738,8 +738,8 @@ const x264_level_t x264_levels[] =
     { 30,   40500,  1620,   8100,  10000,  10000, 256, 32, 22, 2, 0, 1, 0 },
     { 31,  108000,  3600,  18000,  14000,  14000, 512, 16, 60, 4, 1, 1, 0 },
     { 32,  216000,  5120,  20480,  20000,  20000, 512, 16, 60, 4, 1, 1, 0 },
-    { 40,  245760,  8192,  32786,  20000,  25000, 512, 16, 60, 4, 1, 1, 0 },
-    { 41,  245760,  8192,  32786,  50000,  62500, 512, 16, 24, 2, 1, 1, 0 },
+    { 40,  245760,  8192,  32768,  20000,  25000, 512, 16, 60, 4, 1, 1, 0 },
+    { 41,  245760,  8192,  32768,  50000,  62500, 512, 16, 24, 2, 1, 1, 0 },
     { 42,  522240,  8704,  34816,  50000,  62500, 512, 16, 24, 2, 1, 1, 1 },
     { 50,  589824, 22080, 110400, 135000, 135000, 512, 16, 24, 2, 1, 1, 1 },
     { 51,  983040, 36864, 184320, 240000, 240000, 512, 16, 24, 2, 1, 1, 1 },