summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-28 17:13:18 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-28 17:13:18 +0000
commitd8fd7131bbcde029ab41799fd3162050b43f6848 (patch)
tree4ea6118dc9cdd8ad0e520ec2d1f1f55a99abc422 /cfg-common.h
parent4f40ec312c410d061ff34cbf46df80209d820c92 (diff)
downloadmpv-d8fd7131bbcde029ab41799fd3162050b43f6848.tar.bz2
mpv-d8fd7131bbcde029ab41799fd3162050b43f6848.tar.xz
-frames 0 fix, multifile frames support by tibcu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6591 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 72b11feb38..c0cf673f0b 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -49,7 +49,7 @@
// ------------------------- demuxer options --------------------
// number of frames to play/convert
- {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+ {"frames", &play_n_frames_mf, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
// seek to byte/seconds position
{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},