[FFmpeg-devel] [PATCH] lavc: Add unit test for APV entropy decode
James Almer
jamrial at gmail.com
Fri May 2 20:58:25 EEST 2025
On 4/30/2025 6:09 PM, Mark Thompson wrote:
> diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
> index ef6e6ec40e..5f7ec97ff3 100644
> --- a/tests/fate/libavcodec.mak
> +++ b/tests/fate/libavcodec.mak
> @@ -3,6 +3,11 @@ fate-av1-levels: libavcodec/tests/av1_levels$(EXESUF)
> fate-av1-levels: CMD = run libavcodec/tests/av1_levels$(EXESUF)
> fate-av1-levels: REF = /dev/null
>
> +FATE_LIBAVCODEC-$(CONFIG_APV_DECODER) += fate-apv
> +fate-apv: libavcodec/tests/apv$(EXESUF)
> +fate-apv: CMD = run libavcodec/tests/apv$(EXESUF)
> +fate-apv: REF = /dev/null
fate-apv already exists in tests/fate/apv.mak, as a target to run all
apv decoding tests (only one so far).
Maybe just rename it to fate-apv-entropy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250502/e9ebb217/attachment.sig>
More information about the ffmpeg-devel
mailing list