summaryrefslogtreecommitdiff
path: root/libavcodec/vp6data.h
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/vp6data.h
parente998ba4fbc680cbdad296eb3d1f3dd474b869bae (diff)
avoid POSIX reserved _t suffix
Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp6data.h')
-rw-r--r--libavcodec/vp6data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h
index 31d6c98cdb..f57115c0a0 100644
--- a/libavcodec/vp6data.h
+++ b/libavcodec/vp6data.h
@@ -283,7 +283,7 @@ static const int16_t vp6_block_copy_filter[17][8][4] = {
{ -2, 16, 118, -4 } },
};
-static const vp56_tree_t vp6_pcr_tree[] = {
+static const VP56Tree vp6_pcr_tree[] = {
{ 8, 0},
{ 4, 1},
{ 2, 2}, {-1}, {-2},