comparison cfg-common.h @ 14964:92e234f53156

EDL for mencoder, patch by Oded (ods15) Committed with a few minor fixes. Needs documentation still.
author rfelker
date Sat, 19 Mar 2005 20:55:51 +0000
parents 7e7b077b7a50
children 265d8b8adbbe
comparison
equal deleted inserted replaced
14963:1c021862e1af 14964:92e234f53156
72 72
73 // seek to byte/seconds position 73 // seek to byte/seconds position
74 {"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL}, 74 {"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL},
75 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, 75 {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
76 76
77 #ifdef USE_EDL
78 {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
79 #else
80 {"edl", "MPlayer was compiled without EDL support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
81 #endif
77 // AVI specific: force non-interleaved mode 82 // AVI specific: force non-interleaved mode
78 {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 83 {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},
79 {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 84 {"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0, NULL},
80 85
81 // AVI and Ogg only: (re)build index at startup 86 // AVI and Ogg only: (re)build index at startup