[x264-devel] commit: Fix typo in pulldown (Kieran Kunhya )

git at videolan.org git at videolan.org
Mon May 17 18:39:47 CEST 2010


x264 | branch: master | Kieran Kunhya <kieran at kunhya.com> | Thu May 13 19:13:35 2010 +0100| [03ff36e3b48729516a1f94bc0475bff13525d1a2] | committer: Jason Garrett-Glaser 

Fix typo in pulldown

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=03ff36e3b48729516a1f94bc0475bff13525d1a2
---

 x264.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x264.c b/x264.c
index 1a85c74..862aabb 100644
--- a/x264.c
+++ b/x264.c
@@ -120,7 +120,7 @@ enum pulldown_type_e
 
 static const cli_pulldown_t pulldown_values[] =
 {
-    [X264_PULLDOWN_22]     = {1,  {TB},                                   2.0},
+    [X264_PULLDOWN_22]     = {1,  {TB},                                   1.0},
     [X264_PULLDOWN_32]     = {4,  {TBT, BT, BTB, TB},                     1.25},
     [X264_PULLDOWN_64]     = {2,  {PIC_STRUCT_DOUBLE, PIC_STRUCT_TRIPLE}, 1.0},
     [X264_PULLDOWN_DOUBLE] = {1,  {PIC_STRUCT_DOUBLE},                    2.0},



More information about the x264-devel mailing list