diff options
author | Josh de Kock <josh@itanimul.li> | 2017-09-26 15:49:18 +0100 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2017-09-27 17:04:56 +0100 |
commit | 56d2154b72fba96a65b806ecf4a6f85c3f69b021 (patch) | |
tree | 16cb6f828ee257d302f7b6a38da2753ffb7b3cf9 /doc | |
parent | 79ebf1e19b9ea97f121385d47a517e1111dd68d1 (diff) | |
download | ffmpeg-56d2154b72fba96a65b806ecf4a6f85c3f69b021.tar.gz |
lavd: remove deprecated dv1394 device
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent.
Signed-off-by: Josh de Kock <josh@itanimul.li>
Signed-off-by: wm4 <nfxjfg@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 30b7ac2380..776e563160 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -641,31 +641,6 @@ $ ffmpeg -f dshow -show_video_device_dialog true -crossbar_video_input_pin_numbe @end itemize -@section dv1394 - -Linux DV 1394 input device. - -@subsection Options - -@table @option - -@item framerate -Set the frame rate. Default is 25. - -@item standard - -Available values are: -@table @samp -@item pal - -@item ntsc - -@end table - -Default value is @code{ntsc}. - -@end table - @section fbdev Linux framebuffer input device. |