[FFmpeg-devel] [PATCH 1/5] avcodec/hevc_ps: add a function to uninitialize parameter set buffers

Michael Niedermayer michael at niedermayer.cc
Sun Jan 21 04:36:43 EET 2018


On Sat, Jan 20, 2018 at 06:20:53PM -0300, James Almer wrote:
> On 1/20/2018 6:12 PM, James Almer wrote:
> > Signed-off-by: James Almer <jamrial at gmail.com>
> > ---
> >  libavcodec/hevc_ps.c | 16 ++++++++++++++++
> >  libavcodec/hevc_ps.h |  2 ++
> >  2 files changed, 18 insertions(+)
> > 
> > diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
> > index a4f7ed60f7..b18457296b 100644
> > --- a/libavcodec/hevc_ps.c
> > +++ b/libavcodec/hevc_ps.c
> > @@ -1704,6 +1704,22 @@ err:
> >      return ret;
> >  }
> >  
> > +void ff_hevc_uninit_parameter_sets(HEVCParamSets *ps)
> 
> Might change this to ff_hevc_ps_uninit(), to use the naming scheme of
> the similar h264 function.

LGTM either way

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Does the universe only have a finite lifespan? No, its going to go on
forever, its just that you wont like living in it. -- Hiranya Peiri
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180121/559fba04/attachment.sig>


More information about the ffmpeg-devel mailing list