Skip to content

Commit

Permalink
Increase buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 29, 2020
1 parent cbd3685 commit 1c6c160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ffmpeg_io.ml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let () =
@ [
( "buffer",
Lang.float_t,
Some (Lang.float 1.),
Some (Lang.float 5.),
Some "Duration of buffered data before starting playout." );
("", Lang.string_t, None, Some "URL to decode.");
] )
Expand Down

0 comments on commit 1c6c160

Please sign in to comment.