summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_capture.h
diff options
context:
space:
mode:
authorMate Sebok <smfinc.org@gmail.com>2015-04-22 18:38:38 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-22 20:12:36 +0200
commit4d98015dcf6562b5822a96f024ac8c94b95203a6 (patch)
treeccdf417deec93a4ceff5dda011de923c5b1a69f6 /libavdevice/dshow_capture.h
parent53ff9a4ec9ce1ab4ff2ab92479b885260ff5cf4c (diff)
downloadffmpeg-4d98015dcf6562b5822a96f024ac8c94b95203a6.tar.gz
dshow: add capture device save and load
Signed-off-by: Mate Sebok <smfinc.org@gmail.com> Reviewed-by: Roger Pack <rogerdpack2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_capture.h')
-rw-r--r--libavdevice/dshow_capture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavdevice/dshow_capture.h b/libavdevice/dshow_capture.h
index f258476099..ae2f1d3004 100644
--- a/libavdevice/dshow_capture.h
+++ b/libavdevice/dshow_capture.h
@@ -307,6 +307,10 @@ struct dshow_ctx {
int show_audio_crossbar_connection_dialog;
int show_analog_tv_tuner_dialog;
int show_analog_tv_tuner_audio_dialog;
+ char *audio_filter_load_file;
+ char *audio_filter_save_file;
+ char *video_filter_load_file;
+ char *video_filter_save_file;
IBaseFilter *device_filter[2];
IPin *device_pin[2];