diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-11 22:56:19 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2008-12-11 22:56:19 +0000 |
commit | 3d52bca6bf5794676bf0e89b494124a43bb19309 (patch) | |
tree | 6b551a8851466b565dd0df70c544dc73205d348e /libavcodec/vp6data.h | |
parent | e998ba4fbc680cbdad296eb3d1f3dd474b869bae (diff) | |
download | ffmpeg-3d52bca6bf5794676bf0e89b494124a43bb19309.tar.gz |
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.h | 2 |
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}, |