[MPlayer-cvslog] r30794 - trunk/stream/stream_vcd.c

reimar subversion at mplayerhq.hu
Sun Feb 28 12:30:35 CET 2010


Author: reimar
Date: Sun Feb 28 12:30:35 2010
New Revision: 30794

Log:
Remove useless cast.

Modified:
   trunk/stream/stream_vcd.c

Modified: trunk/stream/stream_vcd.c
==============================================================================
--- trunk/stream/stream_vcd.c	Sun Feb 28 10:41:07 2010	(r30793)
+++ trunk/stream/stream_vcd.c	Sun Feb 28 12:30:35 2010	(r30794)
@@ -92,7 +92,7 @@ static void close_s(stream_t *stream) {
 }
 
 static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
-  struct stream_priv_s* p = (struct stream_priv_s*)opts;
+  struct stream_priv_s* p = opts;
   int ret,ret2,f,sect,tmp;
   mp_vcd_priv_t* vcd;
 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)


More information about the MPlayer-cvslog mailing list