From 5c91a6755b6412c918e20ff4735ca30f38a12569 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 10 Feb 2003 09:35:32 +0000 Subject: * static,const,compiler warning cleanup Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index c27b81df7f..b9589c8e1c 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -68,7 +68,7 @@ struct AVFormatContext; /* 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; -- cgit v1.2.3