diff options
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r-- | libavformat/matroska.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h index f46337b87f..fcfde37a03 100644 --- a/libavformat/matroska.h +++ b/libavformat/matroska.h @@ -191,6 +191,6 @@ typedef struct CodecTags{ /* max. depth in the EBML tree structure */ #define EBML_MAX_DEPTH 16 -extern CodecTags ff_mkv_codec_tags[]; +extern const CodecTags ff_mkv_codec_tags[]; #endif /* FFMPEG_MATROSKA_H */ |