summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 4eb698308c..299a4b9b92 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -101,7 +101,7 @@ int out_video_codec=
#ifdef USE_LIBAVCODEC
VCODEC_LIBAVCODEC;
#else
- VCODEC_RAW;
+ VCODEC_COPY;
#endif
#endif