Skip to content

Commit

Permalink
Clarify description.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 29, 2020
1 parent f51f080 commit cbd3685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/outputs/pipe_output.ml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ let () =
~descr:
"Encode and let encoder handle data output. Useful with encoder with no \
expected output or to encode to files that need full control from the \
encoder, e.g. `%ffmpeg` with `rtmp` output or `\"mp4\"` format."
(fun p _ -> (new url_output p :> Source.source))
encoder, e.g. `%ffmpeg` with `rtmp` output." (fun p _ ->
(new url_output p :> Source.source))

(** Piped virtual class: open/close pipe,
* implements metadata interpolation and
Expand Down

0 comments on commit cbd3685

Please sign in to comment.