diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-06-20 16:02:10 +0200 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-06-20 16:09:09 +0200 |
commit | 0ea58059d635484957b332fe9432351381fae6cd (patch) | |
tree | b279eff229ef626f63a3167397079fe329e5bced /libavcodec/h264.h | |
parent | acfab2dce6d30ab30b953d10e2e0097d8f8cb29f (diff) | |
download | ffmpeg-0ea58059d635484957b332fe9432351381fae6cd.tar.gz |
lavc/h264_ps: add ff_h264_ps_uninit and use it
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 61d94cd6d4..8e92f62372 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -695,6 +695,12 @@ typedef struct H264Context { extern const uint16_t ff_h264_mb_sizes[4]; /** + * Uninit H264 param sets structure. + */ + +void ff_h264_ps_uninit(H264ParamSets *ps); + +/** * Decode SPS */ int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx, |