[FFmpeg-devel] [PATCH v2 2/2] ffprobe: Fix incorrect display of closed_captions property

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sun Sep 19 01:16:22 EEST 2021


Soft Works:
> Repro Example:
> ffprobe -show_entries stream=closed_captions:disposition=:side_data=  "http://streams.videolan.org/streams/ts/CC/NewsStream-608-ac3.ts"
> 
> While the codec string includes "Closed Captions",
> the stream data is showing: closed_captions=0
> 
> The test ref was incorrect as the test media file
> actually does have cc.
> 
> Signed-off-by: softworkz <softworkz at hotmail.com>
> ---
> v2: Fix test result. It was undiscovered locally as make fate 
>     does not seem to properly rebuild ffprobe.
> 

This test and several others in demux.mak are indeed missing an ffprobe
dependency. Will fix it. (A full fate-run should have nevertheless
rebuilt ffprobe, but maybe it only rebuilt it after having run these tests?)

- Andreas


More information about the ffmpeg-devel mailing list