Commit 88e70e1b authored by Reimar Döffinger's avatar Reimar Döffinger

ff_rm_metadata is const.

Originally committed as revision 19786 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c55e5b5f
......@@ -21,7 +21,7 @@
#include "rm.h"
const char *ff_rm_metadata[4] = {
const char * const ff_rm_metadata[4] = {
"title",
"author",
"copyright",
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment