diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-08 13:30:35 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-08 13:30:35 +0000 |
commit | 8fe59779d355fadb16ad7fb480a507ba7ae97cba (patch) | |
tree | 92317f10c40c2ec0836843a00c5ef916fd13ebdc | |
parent | 41ad8a689bb88e5ce65c3c3407483a41d0701978 (diff) |
ACODEC_COPY
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3387 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | cfg-mencoder.h | 2 |
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}, |