1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-10 00:49:32 +00:00

VCODEC_RAW fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-12 00:15:03 +00:00
parent 23b90c6738
commit 060e1d7919

View File

@ -101,7 +101,7 @@ int out_video_codec=
#ifdef USE_LIBAVCODEC
VCODEC_LIBAVCODEC;
#else
VCODEC_RAW;
VCODEC_COPY;
#endif
#endif