mbox

[FFmpeg-devel,V4,0/1] ffprobe add closed caption output to stream info

Message ID 20200429161433.45325-1-hello.vectronic@gmail.com
Headers show

Message

vectronic April 29, 2020, 4:14 p.m. UTC
ensure closed caption info which is visible in default stream dump is also
available in results when -show_streams is used and update test references
for closed_caption output in ffprobe stream results

changes from last version:

- ffprobe modifications are correctly within existing FF_API_LAVF_AVCTX checks
- added ffprobe xsd element is boolean

vectronic (1):
  ensure closed caption info which is visible in default stream dump is
    also available in results when -show_streams is used

 doc/ffprobe.xsd                                           | 1 +
 fftools/ffprobe.c                                         | 2 ++
 tests/ref/fate/concat-demuxer-extended-lavf-mxf           | 2 +-
 tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10       | 2 +-
 tests/ref/fate/concat-demuxer-simple1-lavf-mxf            | 2 +-
 tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10        | 2 +-
 tests/ref/fate/concat-demuxer-simple2-lavf-ts             | 2 +-
 tests/ref/fate/ffprobe_compact                            | 4 ++--
 tests/ref/fate/ffprobe_csv                                | 4 ++--
 tests/ref/fate/ffprobe_default                            | 2 ++
 tests/ref/fate/ffprobe_flat                               | 2 ++
 tests/ref/fate/ffprobe_ini                                | 2 ++
 tests/ref/fate/ffprobe_json                               | 2 ++
 tests/ref/fate/ffprobe_xml                                | 4 ++--
 tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 +
 tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov         | 1 +
 tests/ref/fate/mov-zombie                                 | 2 +-
 tests/ref/fate/mxf-probe-d10                              | 1 +
 tests/ref/fate/mxf-probe-dnxhd                            | 1 +
 tests/ref/fate/mxf-probe-dv25                             | 1 +
 20 files changed, 28 insertions(+), 12 deletions(-)