diff options
author | Devin Heitmueller <dheitmueller@ltnglobal.com> | 2018-01-08 20:16:56 -0500 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:38:29 +0100 |
commit | 5409f065f2c48ad9c4baf787d08384176cbc62a4 (patch) | |
tree | 342bb2a648b6b86a56fbaf9a6c16b6a40d0f4f3c /libavutil/sha.h | |
parent | fc93eca126aa4d68dd37c3e1b9d15bf05565ef04 (diff) | |
download | ffmpeg-5409f065f2c48ad9c4baf787d08384176cbc62a4.tar.gz |
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: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavutil/sha.h')
0 files changed, 0 insertions, 0 deletions