summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_parse.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/hevc_parse.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/hevc_parse.h')
-rw-r--r--libavcodec/hevc_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_parse.h b/libavcodec/hevc_parse.h
index 02e1d5b324..4ab96ab1cb 100644
--- a/libavcodec/hevc_parse.h
+++ b/libavcodec/hevc_parse.h
@@ -30,7 +30,7 @@
#include "hevc_sei.h"
int ff_hevc_decode_extradata(const uint8_t *data, int size, HEVCParamSets *ps,
- HEVCSEIContext *sei, int *is_nalff, int *nal_length_size,
+ HEVCSEI *sei, int *is_nalff, int *nal_length_size,
int err_recognition, int apply_defdispwin, void *logctx);
#endif /* AVCODEC_HEVC_PARSE_H */