summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-24 15:16:36 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-03-24 15:16:36 +0000
commit7068c1b8867834b9917dfd171d599340ff3e38b8 (patch)
treef12f7bfae637be33c0808e0fc22122faecab22f5 /cfg-common.h
parent2a3030f5f4f4160f989dcc7d85dc4e33d90ab542 (diff)
downloadmpv-7068c1b8867834b9917dfd171d599340ff3e38b8.tar.bz2
mpv-7068c1b8867834b9917dfd171d599340ff3e38b8.tar.xz
Use aspect from encoder for AVI vprp header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 2cf84fb941..7bfe6c9bd8 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -119,9 +119,6 @@
{"dvbin", dvbin_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
- {"useaviaspect", &avi_use_vprp_aspect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
- {"nouseaviaspect", &avi_use_vprp_aspect, CONF_TYPE_FLAG, 0, 1, 0, NULL},
-
// ------------------------- a-v sync options --------------------
// AVI specific: A-V sync mode (bps vs. interleaving)
@@ -319,8 +316,6 @@ extern int ts_prog;
extern int ts_keep_broken;
extern off_t ts_probe;
-extern int avi_use_vprp_aspect; /* defined in aviheader.c */
-
#include "libmpdemux/tv.h"
#ifdef USE_EDL