diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2014-03-27 13:44:20 -0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-28 00:22:55 +0100 |
commit | 773eb74babe07bc5c97c32aa564efc40e2d4b00c (patch) | |
tree | 0cc3e4a631a5112ae171f61c67d60f87270b0e8f /libavdevice/dshow_capture.h | |
parent | 64b79141bdfdffaa9fda69eecce140473d0a9a18 (diff) | |
download | ffmpeg-773eb74babe07bc5c97c32aa564efc40e2d4b00c.tar.gz |
dshow: show device name when outputting buffer overflow log message
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_capture.h')
-rw-r--r-- | libavdevice/dshow_capture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow_capture.h b/libavdevice/dshow_capture.h index aff5019b30..e4b4dce3fa 100644 --- a/libavdevice/dshow_capture.h +++ b/libavdevice/dshow_capture.h @@ -254,7 +254,7 @@ struct libAVFilter { void *priv_data; int stream_index; int64_t start_time; - void (*callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time); + void (*callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time, enum dshowDeviceType type); }; long WINAPI libAVFilter_QueryInterface (libAVFilter *, const GUID *, void **); |