1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/cbs_h265: fix undef SEI_TYPE_X

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Nuo Mi 2021-01-12 00:33:13 +08:00 committed by James Almer
parent ebdd33086a
commit 71de4ebede

View File

@ -2197,7 +2197,9 @@ static int FUNC(sei_payload)(CodedBitstreamContext *ctx, RWContext *rw,
1, 0, alternative_transfer_characteristics);
SEI_TYPE_N(ALPHA_CHANNEL_INFO, 1, 0, alpha_channel_info);
#undef SEI_TYPE
#undef SEI_TYPE_N
#undef SEI_TYPE_S
#undef SEI_TYPE_E
default:
{
#ifdef READ