From 88e70e1b0acbcb80d1fa6576082570122b8cf82b Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 6 Sep 2009 08:57:19 +0000 Subject: ff_rm_metadata is const. Originally committed as revision 19786 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index a60004883a..68207e1fe1 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -24,7 +24,7 @@ #include "avformat.h" -extern const char *ff_rm_metadata[4]; +extern const char * const ff_rm_metadata[4]; typedef struct RMStream RMStream; -- cgit v1.2.3