aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-10-15 11:25:23 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-10-20 18:42:41 +0200
commit7bf414408e4f07c0f48d452e014b630165287f94 (patch)
tree9305fcdbc572bfe5c20a9dc89da8203a0cfd3c65 /Changelog
parent0d11a6bc1219335e61af8b3abcdf2f4dd904eb20 (diff)
downloadffmpeg-7bf414408e4f07c0f48d452e014b630165287f94.tar.gz
ffprobe: add -output_format as an alias of -of
Currently we have -of and -print_format, which is a bit confusing. Add -output_format as an alias of -of to match the short name.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 259180e190..cceee46215 100644
--- a/Changelog
+++ b/Changelog
@@ -37,6 +37,7 @@ version <next>:
- VAAPI AV1 encoder
- ffprobe XML output schema changed to account for multiple
variable-fields elements within the same parent element
+- ffprobe -output_format option added as an alias of -of
version 6.0: