diff cfg-mplayer.h @ 31580:b6c2b541e1a6

Implement edl-backward-delay to avoid jumping right over an EDL skipped segment. Patch by Vlad Seryakov vseryakov AT Gmail.
author reynaldo
date Thu, 08 Jul 2010 15:52:47 +0000
parents 4d6bb9606833
children 49848f9a8f30
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Jul 07 11:52:31 2010 +0000
+++ b/cfg-mplayer.h	Thu Jul 08 15:52:47 2010 +0000
@@ -102,6 +102,7 @@
     {"noalsa", "-noalsa has been removed. Remove it from your config file.\n",
      CONF_TYPE_PRINT, 0, 0, 0, NULL},
     {"edlout", &edl_output_filename,  CONF_TYPE_STRING, 0, 0, 0, NULL},
+    {"edl-backward-delay", &edl_backward_delay,  CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
 
 #ifdef CONFIG_X11
     {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL},