[FFmpeg-devel] [PATCH v2 21/33] avdevice: capabilities API details no longer public
Diederick C. Niehorster
dcnieho at gmail.com
Thu Jun 17 09:32:47 EEST 2021
On Thu, Jun 17, 2021 at 4:46 AM Andreas Rheinhardt
<andreas.rheinhardt at outlook.com> 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
More information about the ffmpeg-devel
mailing list