Re: [FFmpeg-devel] [PATCH 0/2] ffprobe add closed caption output to stream info

2020-04-25 Thread Marton Balint
On Sat, 25 Apr 2020, Marton Balint wrote: On Fri, 24 Apr 2020, vectronic wrote: closed caption presence is detected with ffprobe and output as part of av_dump_format() however it is not included in output from -show_streams this add closed_captions=0 or 1 to the stream info output and upda

Re: [FFmpeg-devel] [PATCH 0/2] ffprobe add closed caption output to stream info

2020-04-25 Thread Marton Balint
On Fri, 24 Apr 2020, vectronic wrote: closed caption presence is detected with ffprobe and output as part of av_dump_format() however it is not included in output from -show_streams this add closed_captions=0 or 1 to the stream info output and updates fate test results. vectronic (2): tools