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:
Gildas Cocherel 2013-12-10 15:42:28 +01:00 committed by Anton Khirnov
parent b769cf4b44
commit 33452aede6
3 changed files with 20 additions and 10 deletions

View file

@ -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];