On date Sunday 2023-12-03 01:27:20 +0100, Marton Balint wrote:
> Signed-off-by: Marton Balint <[email protected]>
> ---
> libavutil/tests/imgutils.c | 68 ++++++++++++++++++++++----------------
> 1 file changed, 39 insertions(+), 29 deletions(-)
>
> diff --git a/libavutil/tests/imgutils.c b/libavutil/tests/imgutils.c
> index 748bd6c9d2..f3a433ac4a 100644
> --- a/libavutil/tests/imgutils.c
> +++ b/libavutil/tests/imgutils.c
> @@ -19,6 +19,41 @@
> #include "libavutil/imgutils.c"
>
> #undef printf
> +static int basic_tests(enum AVPixelFormat pix_fmt, int w, int h) {
better be descriptive and follow the usual VERB_OBJECT convention,
this might be:
static inst check_image_fill(...)
[...]
LGTM otherwise.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".