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:
authorJames Almer <jamrial@gmail.com>2017-10-31 18:27:57 +0300
committerJames Almer <jamrial@gmail.com>2017-10-31 18:27:57 +0300
commitbd8f1fa100070952c7a90ac50737dc82787f2b0e (patch)
tree032c157096c44c181a46d893d338a08139a07a4c /libavcodec/mediacodecdec.c
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/mediacodecdec.c')
-rw-r--r--libavcodec/mediacodecdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c
index 6962ce2474..0cf9419ea3 100644
--- a/libavcodec/mediacodecdec.c
+++ b/libavcodec/mediacodecdec.c
@@ -182,7 +182,7 @@ static int hevc_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format)
int ret;
HEVCParamSets ps;
- HEVCSEIContext sei;
+ HEVCSEI sei;
const HEVCVPS *vps = NULL;
const HEVCPPS *pps = NULL;