projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4226f0c
)
vpxenc: remove duplicate --fps from vpxenc usage message
author
Fritz Koenig
<frkoenig@google.com>
Wed, 27 Apr 2011 18:27:59 +0000
(11:27 -0700)
committer
Fritz Koenig
<frkoenig@google.com>
Wed, 27 Apr 2011 18:27:59 +0000
(11:27 -0700)
Fixes issue #323
Change-Id: I41c297df37afe186a8425ed2e2a95032069dcb9a
vpxenc.c
patch
|
blob
|
history
diff --git
a/vpxenc.c
b/vpxenc.c
index 6ea83fb56da1885796354f61f58a0225fad39481..89cdef01e4ce3993b91c71cac7af5c6c57c0ef41 100644
(file)
--- a/
vpxenc.c
+++ b/
vpxenc.c
@@
-914,7
+914,7
@@
static const arg_def_t *main_args[] =
&debugmode,
&outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &deadline,
&best_dl, &good_dl, &rt_dl,
- &verbosearg, &psnrarg, &use_ivf,
&framerate,
+ &verbosearg, &psnrarg, &use_ivf,
NULL
};