mirror of https://github.com/mpv-player/mpv
VCODEC_RAW fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
23b90c6738
commit
060e1d7919
|
@ -101,7 +101,7 @@ int out_video_codec=
|
||||||
#ifdef USE_LIBAVCODEC
|
#ifdef USE_LIBAVCODEC
|
||||||
VCODEC_LIBAVCODEC;
|
VCODEC_LIBAVCODEC;
|
||||||
#else
|
#else
|
||||||
VCODEC_RAW;
|
VCODEC_COPY;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue