Skip to content

Commit

Permalink
Fix ffmpeg_optioned doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyla Hellyer committed Jul 10, 2018
1 parent 3121f90 commit 1f3a57e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/voice/streamer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ fn _ffmpeg(path: &OsStr) -> Result<Box<AudioSource>> {
/// ```rust,no_run
/// use serenity::voice;
///
/// let stereo_val = "2";
///
/// let streamer = voice::ffmpeg_optioned("./some_file.mp3", &[
/// "-f",
/// "s16le",
Expand Down

0 comments on commit 1f3a57e

Please sign in to comment.