[FFmpeg-devel] [PATCH] Add SMC vsynth tests
James Almer
jamrial at gmail.com
Sun Jul 2 18:49:26 EEST 2023
On 7/2/2023 12:28 PM, Tomas Härdin wrote:
>
> ---
> tests/fate/vcodec.mak | 3 +++
> tests/ref/vsynth/vsynth1-smc | 4 ++++
> tests/ref/vsynth/vsynth2-smc | 4 ++++
> tests/ref/vsynth/vsynth3-smc | 4 ++++
> tests/ref/vsynth/vsynth_lena-smc | 4 ++++
> 5 files changed, 19 insertions(+)
> create mode 100644 tests/ref/vsynth/vsynth1-smc
> create mode 100644 tests/ref/vsynth/vsynth2-smc
> create mode 100644 tests/ref/vsynth/vsynth3-smc
> create mode 100644 tests/ref/vsynth/vsynth_lena-smc
>
> diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
> index ef8904613a..833dde86ab 100644
> --- a/tests/fate/vcodec.mak
> +++ b/tests/fate/vcodec.mak
> @@ -404,6 +404,9 @@ FATE_VCODEC-$(call ENCDEC, RV20, RM) += rv20
> fate-vsynth%-rv20: ENCOPTS = -qscale 10
> fate-vsynth%-rv20: FMT = rm
>
> +FATE_VCODEC_SCALE-$(call ENCDEC, SMC, MOV) += smc
> +fate-vsynth%-smc: CODEC = smc
Missing a FMT = mp4 line (or mov if smc is supported in it).
More information about the ffmpeg-devel
mailing list