]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truemotion1.c
matroskadec: use new metadata API to export some simple information
[ffmpeg] / libavcodec / truemotion1.c
index ac9ba0af136fe664726ee61c174dce51f8eb6a59..1cf56ed3dd53da8cb76c8a074e5266aad8c3612d 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file truemotion1.c
+ * @file libavcodec/truemotion1.c
  * Duck TrueMotion v1 Video Decoder by
  * Alex Beregszaszi and
  * Mike Melanson (melanson@pcisys.net)
@@ -117,7 +117,7 @@ typedef struct comp_types {
 } comp_types;
 
 /* { valid for metatype }, algorithm, num of deltas, vert res, horiz res */
-static comp_types compression_types[17] = {
+static const comp_types compression_types[17] = {
     { ALGO_NOP,    0, 0, 0 },
 
     { ALGO_RGB16V, 4, 4, BLOCK_4x4 },