[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.103,1.104 ve_lavc.c,1.76,1.77 vf_lavc.c,1.12,1.13
Gabucino
gabucino at mplayerhq.hu
Sat Oct 4 19:29:33 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_alsa9.c,1.39,1.40 pl_delay.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux cue_read.c,1.5,1.6 demux_ogg.c,1.33,1.34 demux_ty.c,1.1,1.2 demux_ty_osd.c,1.3,1.4 pnm.c,1.8,1.9 tvi_bsdbt848.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv24410/libmpcodecs
Modified Files:
vd_ffmpeg.c ve_lavc.c vf_lavc.c
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- vd_ffmpeg.c 11 Sep 2003 00:16:33 -0000 1.103
+++ vd_ffmpeg.c 4 Oct 2003 17:28:59 -0000 1.104
@@ -30,7 +30,7 @@
#endif
#if LIBAVCODEC_BUILD < 4641
-#error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS
+#error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS
#endif
#if LIBAVCODEC_BUILD < 4645
@@ -469,7 +469,7 @@
mpi= mpcodecs_get_image(sh,type, flags,
(width+align)&(~align), (height+align)&(~align));
- // ok, lets see what did we get:
+ // ok, let's see what did we get:
if( mpi->flags&MP_IMGFLAG_DRAW_CALLBACK &&
!(mpi->flags&MP_IMGFLAG_DIRECT)){
// nice, filter/vo likes draw_callback :)
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ve_lavc.c 2 Oct 2003 00:28:04 -0000 1.76
+++ ve_lavc.c 4 Oct 2003 17:28:59 -0000 1.77
@@ -37,7 +37,7 @@
#endif
#if LIBAVCODEC_BUILD < 4641
-#error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS
+#error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS
#endif
#if LIBAVCODEC_BUILD < 4659
Index: vf_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_lavc.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vf_lavc.c 15 Mar 2003 18:01:02 -0000 1.12
+++ vf_lavc.c 4 Oct 2003 17:28:59 -0000 1.13
@@ -22,7 +22,7 @@
#endif
#if LIBAVCODEC_BUILD < 4641
-#error we dont support libavcodec prior to build 4641, get the latest libavcodec CVS
+#error we do not support libavcodec prior to build 4641, get the latest libavcodec CVS
#endif
#if LIBAVCODEC_BUILD < 4645
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_alsa9.c,1.39,1.40 pl_delay.c,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux cue_read.c,1.5,1.6 demux_ogg.c,1.33,1.34 demux_ty.c,1.1,1.2 demux_ty_osd.c,1.3,1.4 pnm.c,1.8,1.9 tvi_bsdbt848.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list