Re: [FFmpeg-devel] [FFMPEG DEVEL] [PATCH v5] fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)

2019-05-23 Thread Marton Balint
On Wed, 22 May 2019, Antonin Gouzer wrote: --- Change structure to conserve one SEI data=one side data with multiple timecode elements Thanks for the changes, patch is looking good except for some minor issues. However, you need to extend doc/ffprobe.xsd to support the changed XML

[FFmpeg-devel] [FFMPEG DEVEL] [PATCH v5] fftools/ffprobe: Add S12M Timecode output as side data (such as SEI TC)

2019-05-22 Thread Antonin Gouzer
--- Change structure to conserve one SEI data=one side data with multiple timecode elements --- fftools/ffprobe.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index dea489d02e..c9c15fc205 100644 --- a/fftools/ffprobe.c