diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:12:03 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-10 11:02:13 +0100 |
commit | 2c4dcbd66be6427b8c91afbff63a77fbce5123b7 (patch) | |
tree | bfdf1607b4d2549d25f7b51e0525aa3cc093bd6e /Changelog | |
parent | b40856c905712da6d38b70766a4eb833dcc34839 (diff) | |
download | ffmpeg-2c4dcbd66be6427b8c91afbff63a77fbce5123b7.tar.gz |
fftools/ffmpeg: rename -enc_stats* to -stats_enc*
This is consistent with -stats_mux*
As the options were added very recently, this should not break any
users.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ version <next>: - WADY DPCM decoder and demuxer - CBD2 DPCM decoder - ssim360 video filter -- ffmpeg CLI new options: -enc_stats_pre[_fmt], -enc_stats_post[_fmt], +- ffmpeg CLI new options: -stats_enc_pre[_fmt], -stats_enc_post[_fmt], -stats_mux_pre[_fmt] - hstack_vaapi, vstack_vaapi and xstack_vaapi filters - XMD ADPCM decoder and demuxer |