diff cfg-mencoder.h @ 16528:c1267de1d7d9

Make frameno.avi not turn on by default. this is deprecated and this entire feature should be removed anyway. manpage update in a bit...
author ods15
date Mon, 19 Sep 2005 19:23:38 +0000
parents 11966749d065
children bc9bf383f0f7
line wrap: on
line diff
--- a/cfg-mencoder.h	Mon Sep 19 18:28:30 2005 +0000
+++ b/cfg-mencoder.h	Mon Sep 19 19:23:38 2005 +0000
@@ -203,6 +203,8 @@
 
 	{"endpos", &end_at_string, CONF_TYPE_STRING, 0, 0, 0, NULL},
 
+	{"frameno-file", &frameno_filename, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
+
 #ifdef USE_EDL
         {"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},
         {"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL},