summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-08 12:21:23 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-08 12:21:23 +0000
commit290742a2be87003d772f5eab4c3a23e757754212 (patch)
tree94c0c88859b4398649a703d5430d7c45dd3e885a /cfg-mencoder.h
parentc9f1d1c502df9eb550b0ee8485260fcfc52dd875 (diff)
downloadmpv-290742a2be87003d772f5eab4c3a23e757754212.tar.bz2
mpv-290742a2be87003d772f5eab4c3a23e757754212.tar.xz
fixed framecopy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3385 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index a1c9a49c88..ff0cc6603f 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -44,7 +44,7 @@ struct config lameopts_conf[]={
#endif
struct config ovc_conf[]={
- {"copy", &out_video_codec, CONF_TYPE_FLAG, 0, 0, 0},
+ {"copy", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_COPY},
{"frameno", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_FRAMENO},
{"divx4", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_DIVX4},
{"help", "\nAvailable codecs:\n copy\n frameno\n divx4\n\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},