hevc: store the VPS list as an AVBufferRef, just like the others *PS
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
b769cf4b44
commit
33452aede6
3 changed files with 20 additions and 10 deletions
|
@ -843,7 +843,7 @@ typedef struct HEVCContext {
|
|||
const HEVCVPS *vps;
|
||||
const HEVCSPS *sps;
|
||||
const HEVCPPS *pps;
|
||||
HEVCVPS *vps_list[MAX_VPS_COUNT];
|
||||
AVBufferRef *vps_list[MAX_VPS_COUNT];
|
||||
AVBufferRef *sps_list[MAX_SPS_COUNT];
|
||||
AVBufferRef *pps_list[MAX_PPS_COUNT];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue