diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-04-11 15:44:57 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-04-24 10:06:24 +0200 |
commit | 7f045c4429e91688f1f2335dd347203431901c06 (patch) | |
tree | 438c6eeb8796294c7dadb05c8fc91105da68c3b8 /libavcodec/h264.h | |
parent | 99c554efc8b09c3f1bb2fb41c3da5431085f7470 (diff) | |
download | ffmpeg-7f045c4429e91688f1f2335dd347203431901c06.tar.gz |
h264: merge ff_h264_free_context() into h264_decode_end()
It is no longer called from outside the h264 decoder.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 55c31f61b6..6c03e5e0a1 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -669,12 +669,6 @@ int ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avct H264ParamSets *ps, int bit_length); /** - * Free any data that may have been allocated in the H264 context - * like SPS, PPS etc. - */ -void ff_h264_free_context(H264Context *h); - -/** * Reconstruct bitstream slice_type. */ int ff_h264_get_slice_type(const H264SliceContext *sl); |