[FFmpeg-devel] [PATCH 09/11] decklink: Suppress warning about misuse of struct instead of class

Marton Balint cus at passwd.hu
Sat Jan 20 20:00:59 EET 2018



On Mon, 8 Jan 2018, Devin Heitmueller wrote:

> When building with Clang, the following warning is shown:
>
> warning: struct 'IDeckLinkVideoFrame' was previously declared as a
> class [-Wmismatched-tags]
>
> The function incorrectly casts IDeckLinkVideoFrame as a struct
> instead of a class pointer.
>
> Signed-off-by: Devin Heitmueller <dheitmueller at ltnglobal.com>
> ---
> libavdevice/decklink_enc.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thannks, applied.

Regards,
Marton


More information about the ffmpeg-devel mailing list