[FFmpeg-devel] [PATCH v3 05/11] avcodec/cbs_h265: fix undef SEI_TYPE_X
James Almer
jamrial at gmail.com
Mon Jan 11 22:32:25 EET 2021
On 1/11/2021 1:33 PM, Nuo Mi wrote:
> ---
> libavcodec/cbs_h265_syntax_template.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/cbs_h265_syntax_template.c b/libavcodec/cbs_h265_syntax_template.c
> index 48fae82d04..c0e94683a2 100644
> --- a/libavcodec/cbs_h265_syntax_template.c
> +++ b/libavcodec/cbs_h265_syntax_template.c
> @@ -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
Applied.
More information about the ffmpeg-devel
mailing list