[FFmpeg-devel] [PATCH 26/35] avdevice: Add internal helpers for querying device capabilities

Diederick C. Niehorster dcnieho at gmail.com
Tue Jun 8 21:51:49 EEST 2021


On Tue, Jun 8, 2021 at 3:30 PM Michael Niedermayer <michael at niedermayer.cc>
wrote:

> On Tue, Jun 08, 2021 at 01:04:05AM +0200, Diederick Niehorster wrote:
>
> brakes build
> CC      libavdevice/utils.o
> libavdevice/utils.c:64:29: error: field ‘query_type’ has incomplete type
>      enum DshowCapQueryType  query_type;
>                              ^~~~~~~~~~
> libavdevice/utils.c: In function ‘ff_device_get_query_type’:
>

argh! This slipped through and actually built and worked fine with the
msvc-toolchain (implicit int?). That toolchain throws a lot of warnings,
didn't spot this one in the noise. Fixed!


More information about the ffmpeg-devel mailing list