On 10/31/2016 04:56 PM, Nicolas George wrote:
+if (av_match_name(use_fifo, "true,y,yes,enable,enabled,on,1")) {
+tee_slave->use_fifo = 1;
+} else if (av_match_name(use_fifo,
"false,n,no,disable,disabled,off,0")) {
I am not happy about the duplication of the tests fr
Le sextidi 26 vendémiaire, an CCXXV, sebechlebsky...@gmail.com a écrit :
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> Thanks for noticing, I've fixed the patch
> (also some minor formatting issues I've noticed).
>
> doc/muxers.texi | 20 +
> libavformat
On 10/17/2016 01:13 PM, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Thanks for noticing, I've fixed the patch
(also some minor formatting issues I've noticed).
doc/muxers.texi | 20 +
libavformat/tee.c | 87
From: Jan Sebechlebsky
Signed-off-by: Jan Sebechlebsky
---
Thanks for noticing, I've fixed the patch
(also some minor formatting issues I've noticed).
doc/muxers.texi | 20 +
libavformat/tee.c | 87 ++-
2 files changed, 106 i