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.
This commit is contained in:
Anton Khirnov 2023-02-09 15:12:03 +01:00
parent b40856c905
commit 2c4dcbd66b
3 changed files with 17 additions and 17 deletions

View file

@ -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