Re: [FFmpeg-devel] [PATCH] lavu/opt: fix av_opt_get function

2014-11-12 Thread Lukasz Marek
On 12.11.2014 00:48, Michael Niedermayer wrote: On Tue, Nov 11, 2014 at 09:18:44PM +0100, Lukasz Marek wrote: Signed-off-by: Lukasz Marek --- libavutil/opt.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) LGTM Pushed this one. You may also cherry-pick it 173d51c982f1eca

Re: [FFmpeg-devel] [PATCH] lavu/opt: fix av_opt_get function

2014-11-11 Thread Michael Niedermayer
On Tue, Nov 11, 2014 at 09:18:44PM +0100, Lukasz Marek wrote: > Signed-off-by: Lukasz Marek > --- > libavutil/opt.c | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live

[FFmpeg-devel] [PATCH] lavu/opt: fix av_opt_get function

2014-11-11 Thread Lukasz Marek
Signed-off-by: Lukasz Marek --- libavutil/opt.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index 7786472..1d8e4b4 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -715,6 +715,10 @@ int av_opt_get(void *obj, const char *nam