X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevc.h;h=32d6da9968100ba81f84fc3b08e097ebdc9b62a2;hb=0e35296da5b63508ac8db5ceda75b29d6622f899;hp=2c1aff77b3eb52e2644822eec30f4967d7876f8f;hpb=15bcbc9d3b88b7f2564eca81b754b6d863906bb9;p=ffmpeg diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 2c1aff77b3e..32d6da99681 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -276,6 +276,7 @@ enum ScanType { typedef struct ShortTermRPS { unsigned int num_negative_pics; int num_delta_pocs; + int rps_idx_num_delta_pocs; int32_t delta_poc[32]; uint8_t used[32]; } ShortTermRPS;