comparison matroska.h @ 2793:d5842afe8539 libavformat

Make ff_mkv_codec_tags array const, it is never written.
author reimar
date Sun, 02 Dec 2007 21:52:43 +0000
parents 37484d332087
children 888d5439eac6
comparison
equal deleted inserted replaced
2792:e0a046abae56 2793:d5842afe8539
189 #define MATROSKA_CODEC_ID_AUDIO_ACM "A_MS/ACM" 189 #define MATROSKA_CODEC_ID_AUDIO_ACM "A_MS/ACM"
190 190
191 /* max. depth in the EBML tree structure */ 191 /* max. depth in the EBML tree structure */
192 #define EBML_MAX_DEPTH 16 192 #define EBML_MAX_DEPTH 16
193 193
194 extern CodecTags ff_mkv_codec_tags[]; 194 extern const CodecTags ff_mkv_codec_tags[];
195 195
196 #endif /* FFMPEG_MATROSKA_H */ 196 #endif /* FFMPEG_MATROSKA_H */