diff options
author | Clément Bœsch <u@pkh.me> | 2016-06-12 13:38:23 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-06-12 13:38:23 +0200 |
commit | 83163577e297d59ade6e80e5a13593c962060c51 (patch) | |
tree | d830c5ae14f8c2fdba4b894f786c0be4a99473b0 /libavcodec/h264.h | |
parent | 1534ef87c74cc66a117bf61c467641c2129bc964 (diff) | |
download | ffmpeg-83163577e297d59ade6e80e5a13593c962060c51.tar.gz |
lavc/h264: remove unused ff_h264_init_dequant_tables prototype
Unused since 1534ef87 / 3176217c.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 264b447acc..99262ae3dd 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -919,8 +919,6 @@ int ff_h264_decode_mb_cabac(const H264Context *h, H264SliceContext *sl); void ff_h264_init_cabac_states(const H264Context *h, H264SliceContext *sl); -void ff_h264_init_dequant_tables(PPS *pps, const SPS *sps); - void ff_h264_direct_dist_scale_factor(const H264Context *const h, H264SliceContext *sl); void ff_h264_direct_ref_list_init(const H264Context *const h, H264SliceContext *sl); void ff_h264_pred_direct_motion(const H264Context *const h, H264SliceContext *sl, |