X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp9.h;h=89b1bd3e4c6de1bd16c3bdf4a8d5c21247811f30;hb=f0ecbb13cf1cf706a1350dad657219dc7b3c131e;hp=df5bd4d85c5662cf96f42f2e747f43e62406e825;hpb=220e77391552a61d515a1d8c2b17afd876958613;p=ffmpeg diff --git a/libavcodec/vp9.h b/libavcodec/vp9.h index df5bd4d85c5..89b1bd3e4c6 100644 --- a/libavcodec/vp9.h +++ b/libavcodec/vp9.h @@ -137,6 +137,7 @@ typedef struct VP9Frame { typedef struct VP9BitstreamHeader { // bitstream header uint8_t profile; + uint8_t bpp; uint8_t keyframe; uint8_t invisible; uint8_t errorres;