Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-06-11 07:50:46 +0300
committerLimin Wang <lance.lmwang@gmail.com>2020-06-15 02:19:55 +0300
commit4b3b217e3074687f2b55a1dfb3e6942c9f261908 (patch)
treeffa158876fd22ce7c5d2975d668d250a0274dbbd /libavcodec/h264_sei.h
parent567d571b2015819abbb5de953ebb30bca69645a8 (diff)
avcodec/h264: create user data unregistered SEI side data for H.264
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavcodec/h264_sei.h')
-rw-r--r--libavcodec/h264_sei.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264_sei.h b/libavcodec/h264_sei.h
index f07a5055c3..4fdcf4ed3f 100644
--- a/libavcodec/h264_sei.h
+++ b/libavcodec/h264_sei.h
@@ -126,6 +126,8 @@ typedef struct H264SEIA53Caption {
typedef struct H264SEIUnregistered {
int x264_build;
+ AVBufferRef **buf_ref;
+ int nb_buf_ref;
} H264SEIUnregistered;
typedef struct H264SEIRecoveryPoint {