mirror of https://github.com/mpv-player/mpv
ACODEC_COPY
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3387 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
41ad8a689b
commit
8fe59779d3
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue