mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
dshow: add options for allowing filter popup configuration dialogs to be presented to the user
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
This commit is contained in:
parent
ec81ad21c1
commit
5d72cf0f64
5 changed files with 96 additions and 2 deletions
|
|
@ -298,6 +298,7 @@ struct dshow_ctx {
|
|||
char *audio_pin_name;
|
||||
int show_video_device_dialog;
|
||||
int show_audio_device_dialog;
|
||||
int show_crossbar_connection_dialog;
|
||||
|
||||
IBaseFilter *device_filter[2];
|
||||
IPin *device_pin[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue