X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp6data.h;h=9bf410b4b55a70df152cae6d943667ede5846cfb;hb=99cc7f8a02a8203d0654eeae7e2f05e947876edd;hp=8d4bb0b57f728aebb0864836b639297a29c1e493;hpb=5b21bdabe43611385d1d55a21d5b1f607b133d29;p=ffmpeg diff --git a/libavcodec/vp6data.h b/libavcodec/vp6data.h index 8d4bb0b57f7..9bf410b4b55 100644 --- a/libavcodec/vp6data.h +++ b/libavcodec/vp6data.h @@ -1,5 +1,5 @@ /** - * @file vp6data.h + * @file libavcodec/vp6data.h * VP6 compatible video decoder * * Copyright (C) 2006 Aurelien Jacobs @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_VP6DATA_H -#define FFMPEG_VP6DATA_H +#ifndef AVCODEC_VP6DATA_H +#define AVCODEC_VP6DATA_H #include "vp56data.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}, @@ -305,4 +305,4 @@ static const uint8_t vp6_huff_run_map[] = { 10, 13, 11, 12, 0, 1, 2, 3, 14, 8, 15, 16, 4, 5, 6, 7 }; -#endif /* FFMPEG_VP6DATA_H */ +#endif /* AVCODEC_VP6DATA_H */