Skip to content

Commit

Permalink
Support of "--asm" and "--fgo" command line options
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/x264vfw/code/trunk@13 20192f6c-ba0a-41c8-b3a9-3ed24a2bdf33
  • Loading branch information
MasterNobody committed Apr 23, 2008
1 parent 4ee1b6f commit 45d4a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codec.c
Expand Up @@ -427,6 +427,7 @@ static int Parse(const char *cmdline, x264_param_t *param, CODEC *codec)
{ "qpstep", required_argument, NULL, 0 },
{ "crf", required_argument, NULL, 0 },
{ "ref", required_argument, NULL, 'r' },
{ "asm", required_argument, NULL, 0 },
{ "no-asm", no_argument, NULL, 0 },
{ "sar", required_argument, NULL, 0 },
{ "fps", required_argument, NULL, OPT_FPS },
Expand Down Expand Up @@ -455,6 +456,7 @@ static int Parse(const char *cmdline, x264_param_t *param, CODEC *codec)
{ "aq-sensitivity", required_argument, NULL, 0 },
{ "aq-mode", required_argument, NULL, 0 },
{ "aq-metric", required_argument, NULL, 0 },
{ "fgo", required_argument, NULL, 0 },
{ "deadzone-inter", required_argument, NULL, 0 },
{ "deadzone-intra", required_argument, NULL, 0 },
{ "level", required_argument, NULL, 0 },
Expand Down

0 comments on commit 45d4a8f

Please sign in to comment.