mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
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>
This commit is contained in:
parent
64b79141bd
commit
773eb74bab
3 changed files with 6 additions and 6 deletions
|
|
@ -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 **);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue