summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_sei.h
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2019-12-20 09:17:21 +0800
committerJames Almer <jamrial@gmail.com>2019-12-20 13:55:22 -0300
commitdbb051767fabddc58a7a24e72eeb715fd303dd62 (patch)
treedcaa63af7ad21446547b37ef10a14b64db85c0b0 /libavcodec/hevc_sei.h
parent99f505d2df521d83d53f7f9f9b359280f5af168b (diff)
avcodec/hevc_sei: switch to AVBufferRef buffer for a53 caption
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevc_sei.h')
-rw-r--r--libavcodec/hevc_sei.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/hevc_sei.h b/libavcodec/hevc_sei.h
index f6516ae982..2769d41445 100644
--- a/libavcodec/hevc_sei.h
+++ b/libavcodec/hevc_sei.h
@@ -83,8 +83,7 @@ typedef struct HEVCSEIPictureTiming {
} HEVCSEIPictureTiming;
typedef struct HEVCSEIA53Caption {
- int a53_caption_size;
- uint8_t *a53_caption;
+ AVBufferRef *buf_ref;
} HEVCSEIA53Caption;
typedef struct HEVCSEIMasteringDisplay {