ACODEC_COPY

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3387 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-12-08 13:30:35 +00:00
parent 41ad8a689b
commit 8fe59779d3
1 changed files with 1 additions and 1 deletions

View File

@ -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},