[FFmpeg-devel] [PATCH] vf_zscale: Add more supported input properties

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Nov 15 03:01:03 EET 2017


2017-11-15 1:56 GMT+01:00 Vittorio Giovara <vittorio.giovara at gmail.com>:

> @@ -2111,6 +2124,12 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
>                  st->codecpar->codec_id = container_ul->id;
>              st->codecpar->width = descriptor->width;
>              st->codecpar->height = descriptor->height; /* Field height, not frame height */
> +
> +/*                int coeffcients;
> +    int primaries;
> +    int transfer;
> +    int range;
> +*/

I wanted to suggest to split the patch but I assume this wasn't intended.

Carl Eugen


More information about the ffmpeg-devel mailing list