[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
Gabucino
gabucino at mplayerhq.hu
Sat Oct 4 19:29:35 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv24410/libmpdemux
Modified Files:
cue_read.c demux_ogg.c demux_ty.c demux_ty_osd.c pnm.c
tvi_bsdbt848.c
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
Index: cue_read.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cue_read.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cue_read.c 6 Jan 2003 09:44:28 -0000 1.5
+++ cue_read.c 4 Oct 2003 17:29:00 -0000 1.6
@@ -376,7 +376,7 @@
tracks[nTracks].minute = sect;
- /* lets calculate the start sectors and offsets */
+ /* let's calculate the start sectors and offsets */
for(i = 0; i <= nTracks; i++)
{
tracks[i].start_sector = cue_msf_2_sector(tracks[i].minute,
Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- demux_ogg.c 2 Sep 2003 16:35:39 -0000 1.33
+++ demux_ogg.c 4 Oct 2003 17:29:01 -0000 1.34
@@ -322,7 +322,7 @@
{
vorbis_info *vi = &((ov_struct_t*)context)->vi;
- // When we dump the audio, there is no vi, but we dont care of timestamp in this case
+ // When we dump the audio, there is no vi, but we don't care of timestamp in this case
int32_t blocksize = vorbis_packet_blocksize(vi,pack) / vi->channels;
// Calculate the timestamp if the packet don't have any
if(pack->granulepos == -1) {
Index: demux_ty.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ty.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- demux_ty.c 9 Jun 2003 00:24:22 -0000 1.1
+++ demux_ty.c 4 Oct 2003 17:29:01 -0000 1.2
@@ -387,7 +387,7 @@
if( demux->stream->eof ) return 0;
// ======================================================================
- // If we haven't figured out the size of the stream, lets do so
+ // If we haven't figured out the size of the stream, let's do so
// ======================================================================
#ifdef STREAMTYPE_STREAM_TY
if ( demux->stream->type == STREAMTYPE_STREAM_TY )
@@ -532,7 +532,7 @@
0x20000 ) );
- // Lets make a Video Demux Stream for Mplayer
+ // Let's make a Video Demux Stream for Mplayer
aid = 0x0;
if( !demux->v_streams[ aid ] ) new_sh_video( demux, aid );
if( demux->video->id == -1 ) demux->video->id = aid;
Index: demux_ty_osd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ty_osd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- demux_ty_osd.c 12 Sep 2003 15:55:45 -0000 1.3
+++ demux_ty_osd.c 4 Oct 2003 17:29:01 -0000 1.4
@@ -549,7 +549,7 @@
else
{
// We displayed that piece of XDS information long enough
- // Lets move on
+ // Let's move on
ty_XDSDisplayCount++;
if ( ty_XDSDisplayCount >= XDS_DISPLAY_FRAMES )
{
Index: pnm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/pnm.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pnm.c 30 Jun 2003 16:42:38 -0000 1.8
+++ pnm.c 4 Oct 2003 17:29:01 -0000 1.9
@@ -441,7 +441,7 @@
/* client id string */
p->buffer[c]=PNA_CLIENT_STRING;
- i16=BE_16D((strlen(client_string)-1)); /* dont know why do we have -1 here */
+ i16=BE_16D((strlen(client_string)-1)); /* don't know why do we have -1 here */
memcpy(&p->buffer[c+1],&i16,2);
memcpy(&p->buffer[c+3],client_string,strlen(client_string)+1);
c=c+3+strlen(client_string)+1;
@@ -673,7 +673,7 @@
}
/* skip bytewise to next chunk.
- * seems, that we dont need that, if we send enough
+ * seems, that we don't need that, if we send enough
* keepalives
*/
n=0;
Index: tvi_bsdbt848.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_bsdbt848.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tvi_bsdbt848.c 6 Sep 2003 00:24:05 -0000 1.8
+++ tvi_bsdbt848.c 4 Oct 2003 17:29:01 -0000 1.9
@@ -795,7 +795,7 @@
}
/* When mencoder wants audio data, it wants data..
- it wont go do anything else until it gets it :( */
+ it won't go do anything else until it gets it :( */
if(bytesavail == 0) return FRAGSIZE;
More information about the MPlayer-cvslog
mailing list