mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue