diff utils.c @ 64:b0e0eb595e29 libavformat

* static,const,compiler warning cleanup
author kabi
date Mon, 10 Feb 2003 09:35:32 +0000
parents fb671d87824e
children a58a8a53eb46
line wrap: on
line diff
--- a/utils.c	Sun Feb 09 18:07:16 2003 +0000
+++ b/utils.c	Mon Feb 10 09:35:32 2003 +0000
@@ -1376,7 +1376,7 @@
     int ret;
 
     if (!fmt) {
-        pd->filename = (char *)filename;
+        pd->filename = filename;
         pd->buf = buf;
         pos = url_ftell(pb);
         pd->buf_size = get_buffer(pb, buf, PROBE_BUF_SIZE);