diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2015-01-24 19:56:02 -0700 |
---|---|---|
committer | rogerdpack <rogerpack2005@gmail.com> | 2015-01-26 00:28:26 -0700 |
commit | c55fa2f09bdab7c0655bbf2a5cbdac5fda939494 (patch) | |
tree | dde39fa2c6427422ea0b953c66dcc13e98309947 /doc | |
parent | f994000dc5e472bae11b029261294eab32297afc (diff) | |
download | ffmpeg-streaming-c55fa2f09bdab7c0655bbf2a5cbdac5fda939494.zip ffmpeg-streaming-c55fa2f09bdab7c0655bbf2a5cbdac5fda939494.tar.gz |
dshow: add properties dialog for tv tuners
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 75ad76f..c3d0827 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -253,6 +253,16 @@ If set to @option{true}, before capture starts, popup a display dialog to the end user, allowing them to manually modify crossbar pin routings. +@item show_analog_tv_tuner_dialog +If set to @option{true}, before capture starts, popup a display +dialog to the end user, allowing them to manually +modify TV channels and frequencies. + +@item show_analog_tv_tuner_audio_dialog +If set to @option{true}, before capture starts, popup a display +dialog to the end user, allowing them to manually +modify TV audio (like mono vs. stereo, Language A,B or C). + @end table @subsection Examples |