summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-16 02:00:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-16 02:00:29 +0000
commit1b915e419e1454b8d568fa3b9c97e83fc5a95965 (patch)
tree13e3862d9ebb16ae32a19671e1c9c00e69b3c342 /stream
parenteacf4421f4fe16674aefe8b628321188c4912521 (diff)
downloadmpv-1b915e419e1454b8d568fa3b9c97e83fc5a95965.tar.bz2
mpv-1b915e419e1454b8d568fa3b9c97e83fc5a95965.tar.xz
Replace double semicolon by single semicolon.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28611 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h2
-rw-r--r--stream/stream_dvdnav.c2
-rw-r--r--stream/tvi_dshow.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 686288071f..484c6a2232 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -224,7 +224,7 @@ inline static int stream_read(stream_t *s,char* mem,int total){
inline static unsigned char* stream_read_line(stream_t *s,unsigned char* mem, int max) {
int len;
- unsigned char* end,*ptr = mem;;
+ unsigned char* end,*ptr = mem;
do {
len = s->buf_len-s->buf_pos;
// try to fill the buffer
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 403016b372..85d86713c2 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -733,7 +733,7 @@ int mp_dvdnav_aid_from_lang(stream_t *stream, unsigned char *language) {
dvdnav_priv_t * priv = stream->priv;
int k;
uint8_t lg;
- uint16_t lang, lcode;;
+ uint16_t lang, lcode;
while(language && strlen(language)>=2) {
lcode = (language[0] << 8) | (language[1]);
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index e06f4dc346..4a524852cd 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -3312,7 +3312,7 @@ static int control(priv_t * priv, int cmd, void *arg)
if (!priv->chains[1]->arpmt[0])
return TVI_CONTROL_FALSE;
- samplerate = *(int *) arg;;
+ samplerate = *(int *) arg;
for (i = 0; priv->chains[1]->arpmt[i]; i++)
if (check_audio_format