Re: [FFmpeg-devel] [PATCH 1/3] fate/api-codec-param: fix codec context leak

2015-12-07 Thread Matthieu Bouron
On Mon, Dec 7, 2015 at 11:54 PM, Michael Niedermayer wrote: > On Mon, Dec 07, 2015 at 10:42:37AM +0100, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > tests/api/api-codec-param-test.c | 6 ++ > > 1 file changed, 6 insertions(+) > > should be ok > Pushed. Thanks [...] ___

Re: [FFmpeg-devel] [PATCH 1/3] fate/api-codec-param: fix codec context leak

2015-12-07 Thread Michael Niedermayer
On Mon, Dec 07, 2015 at 10:42:37AM +0100, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > tests/api/api-codec-param-test.c | 6 ++ > 1 file changed, 6 insertions(+) should be ok thanks PS: you migt want to add yourself to MAINTAINERs for the test [...] -- Michael GnuPG fing

[FFmpeg-devel] [PATCH 1/3] fate/api-codec-param: fix codec context leak

2015-12-07 Thread Matthieu Bouron
From: Matthieu Bouron --- tests/api/api-codec-param-test.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/api/api-codec-param-test.c b/tests/api/api-codec-param-test.c index 9989825..fa51964 100644 --- a/tests/api/api-codec-param-test.c +++ b/tests/api/api-codec-param-test.c @@