Re: [libav-devel] [PATCH] aviocat: Support avio options

2016-10-18 Thread Luca Barbato
On 18/10/2016 14:55, Martin Storsjö wrote: > Should the dictionary be freed afterwards (in case it contained options > that weren't used), to make sure it doesn't show any leaks if ran in > valgrind? You are absolutely right! Thank you, locally updated =) lu

Re: [libav-devel] [PATCH] aviocat: Support avio options

2016-10-18 Thread Martin Storsjö
On Tue, 18 Oct 2016, Luca Barbato wrote: Useful to test protocols that require options to be used. --- tools/aviocat.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/tools/aviocat.c b/tools/aviocat.c index 59244a8..fffcbe3 100644 ---

[libav-devel] [PATCH] aviocat: Support avio options

2016-10-18 Thread Luca Barbato
Useful to test protocols that require options to be used. --- tools/aviocat.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/tools/aviocat.c b/tools/aviocat.c index 59244a8..fffcbe3 100644 --- a/tools/aviocat.c +++ b/tools/aviocat.c @@ -26,7 +26,8 @@