[Mplayer-cvslog] CVS: main/libmpdemux tvi_v4l2.c,1.14,1.15
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Sat May 1 21:17:46 CEST 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv24419
Modified Files:
tvi_v4l2.c
Log Message:
10000000000l twisted typecasting
Index: tvi_v4l2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/tvi_v4l2.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tvi_v4l2.c 15 Apr 2004 07:19:50 -0000 1.14
+++ tvi_v4l2.c 1 May 2004 19:17:44 -0000 1.15
@@ -737,7 +737,7 @@
case TVI_CONTROL_AUD_SET_SAMPLERATE:
mp_msg(MSGT_TV, MSGL_V, "%s: set audio samplerate: %d\n",
info.short_name, *(int *)arg);
- if (audio_in_set_samplerate(&priv->audio_in, (int)*(void **)arg) < 0) return TVI_CONTROL_FALSE;
+ if (audio_in_set_samplerate(&priv->audio_in, *(int*)arg) < 0) return TVI_CONTROL_FALSE;
// setup_audio_buffer_sizes(priv);
return TVI_CONTROL_TRUE;
}
More information about the MPlayer-cvslog
mailing list