summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-31 12:27:57 -0300
committerJames Almer <jamrial@gmail.com>2017-10-31 12:27:57 -0300
commitbd8f1fa100070952c7a90ac50737dc82787f2b0e (patch)
tree032c157096c44c181a46d893d338a08139a07a4c /libavcodec/hevcdec.h
parentbaf14a996bd42101c58bf26bd493ccae454d0337 (diff)
avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI
Cosmetic change skipped in 0b30cb8dae5e7edb2a5f35900547321499c217f1 by mistake. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/hevcdec.h')
-rw-r--r--libavcodec/hevcdec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index ada2903222..1bfdaef73f 100644
--- a/libavcodec/hevcdec.h
+++ b/libavcodec/hevcdec.h
@@ -405,6 +405,7 @@ typedef struct HEVCContext {
uint8_t *sao_pixel_buffer_v[3];
HEVCParamSets ps;
+ HEVCSEI sei;
AVBufferPool *tab_mvf_pool;
AVBufferPool *rpl_tab_pool;
@@ -480,8 +481,6 @@ typedef struct HEVCContext {
int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4)
int nuh_layer_id;
-
- HEVCSEIContext sei;
} HEVCContext;
/**