summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-12-11 22:56:19 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-12-11 22:56:19 +0000
commit3d52bca6bf5794676bf0e89b494124a43bb19309 (patch)
tree6b551a8851466b565dd0df70c544dc73205d348e /libavcodec/vp56data.c
parente998ba4fbc680cbdad296eb3d1f3dd474b869bae (diff)
avoid POSIX reserved _t suffix
Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56data.c')
-rw-r--r--libavcodec/vp56data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vp56data.c b/libavcodec/vp56data.c
index a7171c695c..9b98014e4b 100644
--- a/libavcodec/vp56data.c
+++ b/libavcodec/vp56data.c
@@ -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},