Martin Storsjö <[email protected]> writes:

> +#if defined(_MSC_VER) && CONFIG_SHARED
> +#define av_export __declspec(dllimport)
> +#else
> +#define av_export
> +#endif

Please indent the #define lines like the ones nearby.  It makes the code
easier to read.

Looks good otherwise.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to