Skip to content

Commit

Permalink
fix doc error for rtsp options
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwin3 committed Apr 25, 2024
1 parent 4f1eba6 commit 9b0b7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Options {
/// 4 seconds.
///
/// This sets the `rtsp_transport` to `tcp` in ffmpeg options, it also sets `rw_timeout` to
/// `4000000` and `stimeout` to `4000000`.
/// lower (more sane) values.
pub fn preset_rtsp_transport_tcp_and_sane_timeouts() -> Self {
let mut opts = AvDictionary::new();
opts.set("rtsp_transport", "tcp");
Expand Down

0 comments on commit 9b0b7d5

Please sign in to comment.