mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI
Cosmetic change skipped in 0b30cb8dae
by mistake.
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "hevc_parse.h"
|
||||
|
||||
static int hevc_decode_nal_units(const uint8_t *buf, int buf_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)
|
||||
{
|
||||
int i;
|
||||
@@ -75,7 +75,7 @@ done:
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user