Skip to content
Snippets Groups Projects
Commit 5409f065 authored by Devin Heitmueller's avatar Devin Heitmueller Committed by Marton Balint
Browse files

avdevice/decklink: Suppress warning about misuse of struct instead of class


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: default avatarDevin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
parent fc93eca1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment