[x264-devel] Fix typo in r2222
Jason Garrett-Glaser
git at videolan.org
Wed Jan 9 19:32:22 CET 2013
x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Tue Nov 27 07:50:51 2012 -0800| [0059dcf938451134d8f9c8f1ad522a2c6071e7cd] | committer: Jason Garrett-Glaser
Fix typo in r2222
Slightly wrong numbers in level table.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=0059dcf938451134d8f9c8f1ad522a2c6071e7cd
---
encoder/set.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/encoder/set.c b/encoder/set.c
index 7c7983e..6041ecd 100644
--- a/encoder/set.c
+++ b/encoder/set.c
@@ -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 },
More information about the x264-devel
mailing list