summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-08 13:30:35 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-08 13:30:35 +0000
commit8fe59779d355fadb16ad7fb480a507ba7ae97cba (patch)
tree92317f10c40c2ec0836843a00c5ef916fd13ebdc /cfg-mencoder.h
parent41ad8a689bb88e5ce65c3c3407483a41d0701978 (diff)
downloadmpv-8fe59779d355fadb16ad7fb480a507ba7ae97cba.tar.bz2
mpv-8fe59779d355fadb16ad7fb480a507ba7ae97cba.tar.xz
ACODEC_COPY
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3387 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 ff0cc6603f..591579dd71 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -52,7 +52,7 @@ struct config ovc_conf[]={
};
struct config oac_conf[]={
- {"copy", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, 0},
+ {"copy", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_COPY},
{"pcm", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_PCM},
#ifdef HAVE_MP3LAME
{"mp3lame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_VBRMP3},