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

2020-04-24 Thread Nicolas George
vectronic (12020-04-24): > ensure closed caption info which is visible in default stream dump is also > available in results when -show_streams is used > > Signed-off-by: vectronic > --- > fftools/ffprobe.c | 2 ++ > 1 file changed, 2 insertions(+) I think you need to update doc/ffprobe.xsd if

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

2020-04-24 Thread vectronic
ensure closed caption info which is visible in default stream dump is also available in results when -show_streams is used Signed-off-by: vectronic --- fftools/ffprobe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index 840fcb71e2..f0916cbd70 1006