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

Petr Matousek petr.matousek at comprimato.com
Mon Dec 18 16:58:58 EET 2023


Before this patch being applied the ffprobe just tells the user whether
the H.26[45] User Data Unregistered SEI message is present in the frame side data
or not. After the patch being appliend it also dumps the contents of the data
similar way as for the other already supported frame side data types.

Petr Matousek (1):
  fftools/ffprobe: dump contents of the AV_FRAME_DATA_SEI_UNREGISTERED

 fftools/ffprobe.c                      |  15 +++
 tests/ref/fate/hevc-dv-rpu             |   4 +
 tests/ref/fate/hevc-hdr-vivid-metadata |   4 +
 tests/ref/fate/hevc-monochrome-crop    |   4 +
 tests/ref/fate/mov-zombie              | 130 ++++++++++++-------------
 5 files changed, 92 insertions(+), 65 deletions(-)

-- 
2.34.1



More information about the ffmpeg-devel mailing list