Commit a57b4e98 authored by reimar's avatar reimar

ff_rm_metadata is const.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent de9ab6e4
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "rm.h" #include "rm.h"
const char *ff_rm_metadata[4] = { const char * const ff_rm_metadata[4] = {
"title", "title",
"author", "author",
"copyright", "copyright",
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "avformat.h" #include "avformat.h"
extern const char *ff_rm_metadata[4]; extern const char * const ff_rm_metadata[4];
typedef struct RMStream RMStream; 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