[FFmpeg-devel] [PATCH 1/1] fftools/ffprobe: dump contents of the AV_FRAME_DATA_SEI_UNREGISTERED

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Jan 2 18:35:51 EET 2024


On 12/18/2023 2:58 PM, Petr Matousek wrote:
> +            writer_print_integers(w, "data", sd->data+16, sd->size-16, "%02x", sd->size-16, 1, 1);

Wont this explode on malformed input where size < 16?

- Derek


More information about the ffmpeg-devel mailing list