diff cfg-mencoder.h @ 32476:af9ef007bec6

Add the -force-key-frames option.
author cigaes
date Fri, 29 Oct 2010 13:50:05 +0000
parents 4614728cab25
children
line wrap: on
line diff
--- a/cfg-mencoder.h	Fri Oct 29 13:48:12 2010 +0000
+++ b/cfg-mencoder.h	Fri Oct 29 13:50:05 2010 +0000
@@ -220,6 +220,8 @@
     // info header strings
     {"info", info_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
 
+    {"force-key-frames", parse_forced_key_frames, CONF_TYPE_FUNC_PARAM, CONF_GLOBAL, 0, 0, NULL},
+
 #ifdef CONFIG_MP3LAME
     {"lameopts", lameopts_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
 #endif