[Mplayer-cvslog] CVS: main mencoder.c,1.113,1.114
Arpi of Ize
arpi at mplayer.dev.hu
Fri Apr 12 02:15:07 CEST 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv28114
Modified Files:
mencoder.c
Log Message:
VCODEC_RAW fixed
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- mencoder.c 11 Apr 2002 02:52:03 -0000 1.113
+++ mencoder.c 12 Apr 2002 00:15:03 -0000 1.114
@@ -101,7 +101,7 @@
#ifdef USE_LIBAVCODEC
VCODEC_LIBAVCODEC;
#else
- VCODEC_RAW;
+ VCODEC_COPY;
#endif
#endif
More information about the MPlayer-cvslog
mailing list