On Thu, Jun 17, 2021 at 4:46 AM Andreas Rheinhardt
<[email protected]> wrote:
>
> You are typedefing twice; this is only valid since C11; before that,
> typedefs were subject to the one-definition-rule. This will break older
> compilers for no benefit whatsoever, so please don't typedef here.
>
replaced by
struct AVDeviceCapabilitiesQuery { ... };
Cheers,
Dee
_______________________________________________
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".