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:
parent
ebdd33086a
commit
71de4ebede
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user