summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
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},