[x264-devel] commit: Make --fps force CFR mode (Jason Garrett-Glaser )

git version control git at videolan.org
Thu Jan 21 05:44:11 CET 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Jan 14 00:07:30 2010 -0500| [1d3ab22126c1369a75fc8d5b933159c4a53f35c9] | committer: Jason Garrett-Glaser 

Make --fps force CFR mode

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

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

diff --git a/x264.c b/x264.c
index 8c280aa..b3ab9b6 100644
--- a/x264.c
+++ b/x264.c
@@ -1127,6 +1127,7 @@ static int Parse( int argc, char **argv, x264_param_t *param, cli_opt_t *opt )
                 goto generic_option;
             case OPT_FPS:
                 b_user_fps = 1;
+                param->b_vfr_input = 0;
                 goto generic_option;
             case OPT_INTERLACED:
                 b_user_interlaced = 1;



More information about the x264-devel mailing list