From 8fe59779d355fadb16ad7fb480a507ba7ae97cba Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 8 Dec 2001 13:30:35 +0000 Subject: ACODEC_COPY git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3387 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mencoder.h') 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}, -- cgit v1.2.3