Marton Balint: > > > On Tue, 30 Mar 2021, Andreas Rheinhardt wrote: > >> Andreas Rheinhardt: >>> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> >>> --- > >>> diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c >>> index 11e3cbd6c2..38462e1ff3 100644 >>> --- a/fftools/ffprobe.c >>> +++ b/fftools/ffprobe.c >>> @@ -2770,6 +2770,11 @@ static int show_stream(WriterContext *w, >>> AVFormatContext *fmt_ctx, int stream_id >>> PRINT_DISPOSITION(CLEAN_EFFECTS, "clean_effects"); >>> PRINT_DISPOSITION(ATTACHED_PIC, "attached_pic"); >>> PRINT_DISPOSITION(TIMED_THUMBNAILS, "timed_thumbnails"); >>> + PRINT_DISPOSITION(CAPTIONS, "captions"); >>> + PRINT_DISPOSITION(DESCRIPTIONS, "descriptions"); >>> + PRINT_DISPOSITION(METADATA, "metadata"); >>> + PRINT_DISPOSITION(DEPENDENT, "dependent"); >>> + PRINT_DISPOSITION(STILL_IMAGE, "still_image"); >>> writer_print_section_footer(w); >>> } >>> > >> Will apply this patchset tomorrow unless there are objections. > > Please update doc/ffprobe.xsd accordingly! >
Updated it locally, thanks for the info. (I actually didn't even know about said file.) > I wonder if a fate test testing the XML output of ffprobe can be > extended to do a validation of the XML via the XSD so this does not gets > forgatten... > > Thanks, > Marton > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".