mpv icon indicating copy to clipboard operation
mpv copied to clipboard

video/image_writer: attach MDVC metadata and CLLI metadata

Open Traneptora opened this issue 1 year ago • 3 comments

Note: test with https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=10666

Traneptora avatar Feb 04 '24 11:02 Traneptora

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.

kasper93 avatar Feb 04 '24 14:02 kasper93

Good call

Traneptora avatar Feb 05 '24 00:02 Traneptora

Note: f_lavfi.c -> init_pads couldn't be changed because AVBufferSrcParams doesn't have the necessary fields to assign.

Traneptora avatar Feb 07 '24 17:02 Traneptora