mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
ff_rm_metadata is const.
Originally committed as revision 19786 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "rm.h"
|
||||
|
||||
const char *ff_rm_metadata[4] = {
|
||||
const char * const ff_rm_metadata[4] = {
|
||||
"title",
|
||||
"author",
|
||||
"copyright",
|
||||
|
||||
Reference in New Issue
Block a user