]> git.sesse.net Git - ffmpeg/commit
ffprobe: remove an unnecessary deprecation guard
authorAnton Khirnov <anton@khirnov.net>
Mon, 8 Feb 2021 11:00:13 +0000 (12:00 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 22 Feb 2021 10:13:40 +0000 (11:13 +0100)
commit65b08aa19c26dd3d310e1610bd9a2ace8756ce95
treefd3a9b50f32a95a6ecd764e1a51cb125e032daca
parenta82a05276997d3fa5da5a4b7e09cd71bbe283c50
ffprobe: remove an unnecessary deprecation guard

The code it is guarding is not accessing anything deprecated
(disregarding the fact that a library caller must not use FF_API
deprecation guards).
fftools/ffprobe.c