From 3d52bca6bf5794676bf0e89b494124a43bb19309 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 11 Dec 2008 22:56:19 +0000 Subject: avoid POSIX reserved _t suffix Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/vp56data.c') 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}, -- cgit v1.2.3