diff avformat.h @ 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/avformat.h	Sun Feb 09 18:07:16 2003 +0000
+++ b/avformat.h	Mon Feb 10 09:35:32 2003 +0000
@@ -68,7 +68,7 @@
 
 /* this structure contains the data a format has to probe a file */
 typedef struct AVProbeData {
-    char *filename;
+    const char *filename;
     unsigned char *buf;
     int buf_size;
 } AVProbeData;