diff options
author | James Almer <jamrial@gmail.com> | 2020-04-24 17:41:47 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-05-03 19:53:01 -0300 |
commit | 3d51d3b42d0eee10301b06aaa814454c5e38eed6 (patch) | |
tree | 9ee699c90c8ad047c5b9e9a69b2e64aafc41aa71 /libavcodec/cbs_h265.h | |
parent | 3a41bac4e2d0891dcfc19b73a3dfae0e70237084 (diff) | |
download | ffmpeg-3d51d3b42d0eee10301b06aaa814454c5e38eed6.tar.gz |
avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI bits
Fixes ticket #8622
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/cbs_h265.h')
-rw-r--r-- | libavcodec/cbs_h265.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cbs_h265.h b/libavcodec/cbs_h265.h index 2c1e153ad9..73897f77a4 100644 --- a/libavcodec/cbs_h265.h +++ b/libavcodec/cbs_h265.h @@ -715,6 +715,7 @@ typedef struct H265RawSEIPayload { AVBufferRef *data_ref; } other; } payload; + H265RawExtensionData extension_data; } H265RawSEIPayload; typedef struct H265RawSEI { |