Minor nits:

> +#define randomize_buffers(buf, size, depth)

s/buffers/buffer/ since you're only randomizing a single one at a time.

> +static const char *interp_names[2][2] = { { "pixels", "h" }, { "v", "hv" } };

const char * const

Otherwise lgtm.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to