[FFmpeg-devel] [PATCH] avcodec/sei: add Parameter Set Inclusion Indication enum value

Mark Thompson sw at jkqxz.net
Wed Jan 27 01:59:19 EET 2021


Parameter Set_s_ in the title.  (That made me look carefully, so I guess it's good.)

On 22/01/2021 19:34, James Almer wrote:
> Defined in H.274, it shares the same value as Active Parameter Sets (which was
> removed for codecs that reference H.274).

It's really a rename.  The concept of activeness has gone so the old name and all of the active fields from H.265 don't make sense; the only value left is self_contained_cvs_flag and that's exactly what we get in H.274.

> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>   libavcodec/sei.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/sei.h b/libavcodec/sei.h
> index f07c72ae7b..5513590b51 100644
> --- a/libavcodec/sei.h
> +++ b/libavcodec/sei.h
> @@ -85,6 +85,7 @@ enum {
>       SEI_TYPE_GREEN_METADATA                              = 56,
>       SEI_TYPE_STRUCTURE_OF_PICTURES_INFO                  = 128,
>       SEI_TYPE_ACTIVE_PARAMETER_SETS                       = 129,
> +    SEI_TYPE_PARAMETER_SETS_INCLUSION_INDICATION         = SEI_TYPE_ACTIVE_PARAMETER_SETS,
>       SEI_TYPE_DECODING_UNIT_INFO                          = 130,
>       SEI_TYPE_TEMPORAL_SUB_LAYER_ZERO_IDX                 = 131,
>       SEI_TYPE_DECODED_PICTURE_HASH                        = 132,
> 

LGTM in any case.

Thanks,

- Mark


More information about the ffmpeg-devel mailing list