From 4d38521e2cd1e62ef334a73624cbd4a95f1de436 Mon Sep 17 00:00:00 2001 From: kmkaplan Date: Fri, 29 Mar 2002 03:17:57 +0000 Subject: * New command line switch for mplayer & mencoder: -ifo Indicate the file that will be used to load palette and frame size for MPEG subtitles. * mencoder.c: Fix cropping when decoding MPEG2. * spudec.c: If scaling is needed only do it once. Change WITH_NO_ANTIALIASING to ANTIALIASING_ALGORITHM. * vobsub.c: Support reading info regarding size and palette from IDX file instead of IFO file. Support streams containing audio or video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5389 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index f0d6335ad7..5ef0675e74 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -50,6 +50,7 @@ {"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL}, {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL}, + {"ifo", &spudec_ifo, CONF_TYPE_STRING, 0, 0, 0, NULL}, // ------------------------- a-v sync options -------------------- -- cgit v1.2.3