]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp56data.c
fix compilation with --disable-everything --enable-decoder=twinvq
[ffmpeg] / libavcodec / vp56data.c
index a7171c695cde391b5514fc90338ac011b36f1556..02306f17eb22ae5866a4a2e38cbb26365a743d5c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file vp56data.c
+ * @file libavcodec/vp56data.c
  * VP5 and VP6 compatible video decoder (common data)
  *
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
@@ -44,7 +44,7 @@ const uint8_t vp56_def_mb_types_stats[3][10][2] = {
       {   1,  2 }, {   0,  1 }, {  0,   1 }, {   1,  1 }, {  0,  0 }, },
 };
 
-const vp56_tree_t vp56_pva_tree[] = {
+const VP56Tree vp56_pva_tree[] = {
     { 8, 0},
     { 4, 1},
     { 2, 2}, {-0}, {-1},
@@ -54,7 +54,7 @@ const vp56_tree_t vp56_pva_tree[] = {
     { 2, 6}, {-6}, {-7},
 };
 
-const vp56_tree_t vp56_pc_tree[] = {
+const VP56Tree vp56_pc_tree[] = {
     { 4, 6},
     { 2, 7}, {-0}, {-1},
     { 4, 8},