mbox series

[FFmpeg-devel,0/5] Fix probing display of stream codec properties

Message ID 20240705052555.402920-1-marth64@proxyid.net
Headers show
Series Fix probing display of stream codec properties | expand

Message

Marth64 July 5, 2024, 5:25 a.m. UTC
At some point after 4.4.2, the internal properties of AVCodecContext
which revealed useful information (Closed Captions, Film Grain, etc.)
stopped being printed in av_dump_format() and was fixed to its
default value (0) in ffprobe.

For example, ffprobe emits a stream level field "closed_captions"
which simply does not work anymore. This was a useful method
to detect Closed Captions given the correct probe/analyze parameters
for the source file.

This patchset aims to restore the functionality.

Comments

Marth64 July 5, 2024, 6:02 a.m. UTC | #1
My bad, sending correct version update for lavf now.