mpv
mpv copied to clipboard
video/image_writer: attach MDVC metadata and CLLI metadata
Note: test with https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=10666
This probably should also be done in f_favfi.c:init_pads() and mp_image.c:mp_image_to_av_frame() in a way it doesn't duplicate code needless to say.
Good call
Note: f_lavfi.c -> init_pads couldn't be changed because AVBufferSrcParams doesn't have the necessary fields to assign.