X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fproresdsp.h;h=09541d96420f2479004bb8462f3ee46d902da6ec;hb=55c49afc42abae64e5ab25e04bc3c09b17c5b6d5;hp=a35e0d627eee0c0be3e8ce693a1d95eb5f4b7880;hpb=886c3662d308e97316a606732574f0e87b1cbe3a;p=ffmpeg diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index a35e0d627ee..09541d96420 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -27,7 +27,7 @@ #define PRORES_BITS_PER_SAMPLE 10 ///< output precision of prores decoder -typedef struct { +typedef struct ProresDSPContext { int idct_permutation_type; uint8_t idct_permutation[64]; int dct_permutation_type;