FFmpeg/libavdevice
Devin Heitmueller 5409f065f2 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>
2018-01-20 18:38:29 +01:00
..
tests
alldevices.c lavd: remove deprecated dv1394 device 2017-09-27 17:04:56 +01:00
alsa_dec.c
alsa_enc.c
alsa.c avdevice/alsa: wait until playback buffers are drained before closing 2017-05-06 23:54:26 +02:00
alsa.h lavd/alsa: Double maximum alsa buffer size. 2017-11-27 14:05:28 +01:00
avdevice.c avdevice: remove usage of deprecated setter and getter functions 2017-10-29 14:42:48 -03:00
avdevice.h
avdeviceres.rc
avfoundation.m
bktr.c
caca.c
decklink_common_c.h avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_common.cpp avdevice/decklink_dec: autodetect the video input format 2017-11-22 00:08:35 +01:00
decklink_common.h avdevice/decklink_dec: autodetect the video input format 2017-11-22 00:08:35 +01:00
decklink_dec_c.c avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_dec.cpp avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
decklink_dec.h libavdevice/decklink: add support for -sources and -sinks arguments 2017-10-10 20:07:25 +02:00
decklink_enc_c.c libavdevice/decklink: add support for -sources and -sinks arguments 2017-10-10 20:07:25 +02:00
decklink_enc.cpp avdevice/decklink: Suppress warning about misuse of struct instead of class 2018-01-20 18:38:29 +01:00
decklink_enc.h libavdevice/decklink: add support for -sources and -sinks arguments 2017-10-10 20:07:25 +02:00
dshow_capture.h
dshow_common.c
dshow_crossbar.c
dshow_enummediatypes.c
dshow_enumpins.c
dshow_filter.c
dshow_pin.c
dshow.c
fbdev_common.c
fbdev_common.h
fbdev_dec.c Remove some unneeded casts of bit_rate. 2017-09-22 01:33:22 +02:00
fbdev_enc.c
file_open.c
gdigrab.c avdevice/gdigrab: Fix screen size and mouse position calculations on hi-DPI screens 2018-01-12 12:31:55 +01:00
iec61883.c
internal.h
jack.c Merge commit '5a969f64b9cf40bad923c73b66c3031b0018e848' 2017-10-24 19:17:02 -03:00
kmsgrab.c lavd/kmsgrab: Remove the mapping for AV_PIX_FMT_RGB8. 2017-09-20 00:56:29 +02:00
lavfi.c Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436' 2017-10-26 16:46:11 -03:00
libavdevice.v
libcdio.c
libdc1394.c lavd/libdc1394: Do not crash if dc1394_camera_new() fails. 2017-08-18 19:20:15 +02:00
libndi_newtek_common.h lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
libndi_newtek_dec.c avdevice/libndi_newtek_dec: remove extra bracket 2017-10-30 11:48:14 -03:00
libndi_newtek_enc.c lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
Makefile lavd: remove deprecated dv1394 device 2017-09-27 17:04:56 +01:00
openal-dec.c
opengl_enc_shaders.h
opengl_enc.c build: replace use of HAVE_SDL2 with existing CONFIG_SDL2 2017-09-02 16:14:15 +02:00
oss_dec.c Merge commit 'b586903ae1b89e2d8b99c79f33cabe9b3ca03784' 2017-11-11 16:19:50 -03:00
oss_enc.c Merge commit 'b586903ae1b89e2d8b99c79f33cabe9b3ca03784' 2017-11-11 16:19:50 -03:00
oss.c Merge commit 'b586903ae1b89e2d8b99c79f33cabe9b3ca03784' 2017-11-11 16:19:50 -03:00
oss.h
pulse_audio_common.c
pulse_audio_common.h
pulse_audio_dec.c
pulse_audio_enc.c
reverse.c avdevice: make ff_reverse available on shared builds 2017-07-20 00:33:29 -03:00
sdl2.c
sndio_dec.c
sndio_enc.c
sndio.c
sndio.h
timefilter.c
timefilter.h
utils.c
v4l2-common.c
v4l2-common.h
v4l2.c libavdevice/v4l2: fix invalid access to struct v4l2_buffer 2017-09-24 02:33:48 +02:00
v4l2enc.c
version.h avdevice/decklink: addition of absolute wallclock option for pts source 2018-01-20 18:38:27 +01:00
vfwcap.c
xcbgrab.c
xv.c