Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread James Almer
On 3/2/2018 12:10 PM, wm4 wrote: > On Tue, 27 Feb 2018 00:09:47 -0300 > James Almer wrote: > >> Signed-off-by: James Almer >> --- >> libavformat/mxg.c | 17 +++-- >> 1 file changed, 11 insertions(+), 6 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread wm4
On Tue, 27 Feb 2018 00:09:47 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/mxg.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/libavformat/mxg.c b/libavformat/mxg.c > index

Re: [FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-03-02 Thread James Almer
On 2/27/2018 12:09 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/mxg.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/libavformat/mxg.c b/libavformat/mxg.c > index 6fbf99cfa3..fe5879ecf0 100644 > ---

[FFmpeg-devel] [PATCH] avformat/mxg: return reference counted packets

2018-02-26 Thread James Almer
Signed-off-by: James Almer --- libavformat/mxg.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libavformat/mxg.c b/libavformat/mxg.c index 6fbf99cfa3..fe5879ecf0 100644 --- a/libavformat/mxg.c +++ b/libavformat/mxg.c @@ -169,11 +169,14