summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-08-03 00:36:09 -0300
committerJames Almer <jamrial@gmail.com>2016-08-03 00:36:09 -0300
commit613c86299ffe43fba81053845665d4b23f53d690 (patch)
tree6a79af2f2925b15bd67baaa761b7c62a1054bd56 /libavcodec/h264dec.h
parente1be80aa11cca765881d04f21119487db53c4ffa (diff)
downloadffmpeg-streaming-613c86299ffe43fba81053845665d4b23f53d690.zip
ffmpeg-streaming-613c86299ffe43fba81053845665d4b23f53d690.tar.gz
avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.h
It's the proper place since 8c7932884d09bc580036640453fd6b7ad4dd77b4 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index a73a9dd..7634261 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -564,12 +564,6 @@ typedef struct H264Context {
extern const uint16_t ff_h264_mb_sizes[4];
/**
- * Uninit H264 param sets structure.
- */
-
-void ff_h264_ps_uninit(H264ParamSets *ps);
-
-/**
* Reconstruct bitstream slice_type.
*/
int ff_h264_get_slice_type(const H264SliceContext *sl);
OpenPOWER on IntegriCloud