Re: [FFmpeg-devel] [PATCH] lavc/h264_ps: add ff_h264_ps_uninit and use it

2016-06-20 Thread Matthieu Bouron
On Mon, Jun 20, 2016 at 05:00:22PM +0200, Michael Niedermayer wrote: > On Mon, Jun 20, 2016 at 04:13:02PM +0200, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > libavcodec/h264.c| 10 +- > > libavcodec/h264.h| 6 ++ > > libavcodec/h264_parser.c | 8

Re: [FFmpeg-devel] [PATCH] lavc/h264_ps: add ff_h264_ps_uninit and use it

2016-06-20 Thread Michael Niedermayer
On Mon, Jun 20, 2016 at 04:13:02PM +0200, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavcodec/h264.c| 10 +- > libavcodec/h264.h| 6 ++ > libavcodec/h264_parser.c | 8 +--- > libavcodec/h264_ps.c | 17 + > 4 files changed, 25

[FFmpeg-devel] [PATCH] lavc/h264_ps: add ff_h264_ps_uninit and use it

2016-06-20 Thread Matthieu Bouron
From: Matthieu Bouron --- libavcodec/h264.c| 10 +- libavcodec/h264.h| 6 ++ libavcodec/h264_parser.c | 8 +--- libavcodec/h264_ps.c | 17 + 4 files changed, 25 insertions(+), 16 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.