diff idroq.c @ 2006:2f0154760e5f libavformat

Get rid of unnecessary pointer casts. patch by Nicholas Tung, ntung ntung com
author diego
date Sun, 08 Apr 2007 20:24:16 +0000
parents 1a3c9056982a
children 7eb456c4ed8a
line wrap: on
line diff
--- a/idroq.c	Sun Apr 08 20:21:11 2007 +0000
+++ b/idroq.c	Sun Apr 08 20:24:16 2007 +0000
@@ -272,7 +272,7 @@
 
 static int roq_read_close(AVFormatContext *s)
 {
-//    RoqDemuxContext *roq = (RoqDemuxContext *)s->priv_data;
+//    RoqDemuxContext *roq = s->priv_data;
 
     return 0;
 }