diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2015-01-26 01:29:58 -0700 |
---|---|---|
committer | rogerdpack <rogerpack2005@gmail.com> | 2015-01-26 01:29:58 -0700 |
commit | 7c2e26270124fc81babcfc7b9d070bb8bd8ab6fa (patch) | |
tree | ff38fc866de8cf8a8ccea2172c2cf09ccd442c61 /doc/indevs.texi | |
parent | ce1bbb08f127ecb724c2c62791cad70c30dd270b (diff) | |
download | ffmpeg-7c2e26270124fc81babcfc7b9d070bb8bd8ab6fa.tar.gz |
dshow: crossbar dialog was frequently being displayed twice, split up option so it can be just once
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index a35c7a65e4..ae61331a6f 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -255,10 +255,15 @@ If set to @option{true}, before capture starts, popup a display dialog to the end user, allowing them to change audio filter properties and configurations manually. -@item show_crossbar_connection_dialog +@item show_video_crossbar_connection_dialog If set to @option{true}, before capture starts, popup a display dialog to the end user, allowing them to manually -modify crossbar pin routings. +modify crossbar pin routings, when it opens a video device. + +@item show_audio_crossbar_connection_dialog +If set to @option{true}, before capture starts, popup a display +dialog to the end user, allowing them to manually +modify crossbar pin routings, when it opens an audio device. @item show_analog_tv_tuner_dialog If set to @option{true}, before capture starts, popup a display |