diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-06-19 17:10:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-28 16:37:16 +0200 |
commit | 1a378b8274a3a4625d3ea95ce108ef597c752ff2 (patch) | |
tree | 0b0f3f10ef1014a39a230431ce750ae3039ed38f /fftools/ffmpeg.h | |
parent | 1eae0ee02ee74dc1833e9610a1574fe25cc7a2f0 (diff) | |
download | ffmpeg-1a378b8274a3a4625d3ea95ce108ef597c752ff2.tar.gz |
fftools/ffmpeg: deprecate -psnr
It is entirely redundant with -flags +psnr.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 59c2f47a66..0795a380f8 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -49,6 +49,9 @@ #include "libswresample/swresample.h" +// deprecated features +#define FFMPEG_OPT_PSNR 1 + enum VideoSyncMethod { VSYNC_AUTO = -1, VSYNC_PASSTHROUGH, |