summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-04 17:29:08 +0000
commitfadce2d781b6e05a8d2d3e027c8955380abf9b10 (patch)
tree983535bc2ce2ac9ef5a709ce6948ff530f9b0f66 /libmpdemux
parent9e12661e44d112bec77ae46c30315c5e79e4f0a1 (diff)
downloadmpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.bz2
mpv-fadce2d781b6e05a8d2d3e027c8955380abf9b10.tar.xz
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/cue_read.c2
-rw-r--r--libmpdemux/demux_ogg.c2
-rw-r--r--libmpdemux/demux_ty.c4
-rw-r--r--libmpdemux/demux_ty_osd.c2
-rw-r--r--libmpdemux/pnm.c4
-rw-r--r--libmpdemux/realrtsp/rtsp.c4
-rw-r--r--libmpdemux/tvi_bsdbt848.c2
7 files changed, 10 insertions, 10 deletions
diff --git a/libmpdemux/cue_read.c b/libmpdemux/cue_read.c
index a2da833372..ae43a789b2 100644
--- a/libmpdemux/cue_read.c
+++ b/libmpdemux/cue_read.c
@@ -376,7 +376,7 @@ int cue_read_cue (char *in_cue_filename)
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,
diff --git a/libmpdemux/demux_ogg.c b/libmpdemux/demux_ogg.c
index c357937cad..9f64231f5f 100644
--- a/libmpdemux/demux_ogg.c
+++ b/libmpdemux/demux_ogg.c
@@ -322,7 +322,7 @@ static unsigned char* demux_ogg_read_packet(ogg_stream_t* os,ogg_packet* pack,vo
{
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) {
diff --git a/libmpdemux/demux_ty.c b/libmpdemux/demux_ty.c
index a0f96e2b3b..69329a5166 100644
--- a/libmpdemux/demux_ty.c
+++ b/libmpdemux/demux_ty.c
@@ -387,7 +387,7 @@ int demux_ty_fill_buffer( demuxer_t *demux )
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 @@ int demux_ty_fill_buffer( demuxer_t *demux )
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;
diff --git a/libmpdemux/demux_ty_osd.c b/libmpdemux/demux_ty_osd.c
index 188cabfeea..3e5ec2667d 100644
--- a/libmpdemux/demux_ty_osd.c
+++ b/libmpdemux/demux_ty_osd.c
@@ -549,7 +549,7 @@ static void ty_DisplayXDSInfo()
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 )
{
diff --git a/libmpdemux/pnm.c b/libmpdemux/pnm.c
index 52bc09a715..da9e2b6f83 100644
--- a/libmpdemux/pnm.c
+++ b/libmpdemux/pnm.c
@@ -441,7 +441,7 @@ static void pnm_send_request(pnm_t *p, uint32_t bandwidth) {
/* 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 @@ static int pnm_get_stream_chunk(pnm_t *p) {
}
/* 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;
diff --git a/libmpdemux/realrtsp/rtsp.c b/libmpdemux/realrtsp/rtsp.c
index 5223d6bba1..f346b6b13a 100644
--- a/libmpdemux/realrtsp/rtsp.c
+++ b/libmpdemux/realrtsp/rtsp.c
@@ -571,7 +571,7 @@ int rtsp_read_data(rtsp_t *s, char *buffer, unsigned int size) {
#endif
seq=1;
}
- /* lets make the server happy */
+ /* let's make the server happy */
rtsp_put(s, "RTSP/1.0 451 Parameter Not Understood");
rest=malloc(sizeof(char)*16);
sprintf(rest,"CSeq: %u", seq);
@@ -633,7 +633,7 @@ rtsp_t *rtsp_connect(int fd, char* mrl, char *path, char *host, int port, char *
s->server_state=RTSP_CONNECTED;
- /* now lets send an options request. */
+ /* now let's send an options request. */
rtsp_schedule_field(s, "CSeq: 1");
rtsp_schedule_field(s, s->user_agent);
rtsp_schedule_field(s, "ClientChallenge: 9e26d33f2984236010ef6253fb1887f7");
diff --git a/libmpdemux/tvi_bsdbt848.c b/libmpdemux/tvi_bsdbt848.c
index 32f66650e3..8b93c0c70f 100644
--- a/libmpdemux/tvi_bsdbt848.c
+++ b/libmpdemux/tvi_bsdbt848.c
@@ -795,7 +795,7 @@ if(ioctl(priv->dspfd, FIONREAD, &bytesavail) < 0)
}
/* 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;