diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-08-21 17:48:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-16 20:26:35 +0200 |
commit | 645c6ff4231a75a71db58c8e6d06346068d2f949 (patch) | |
tree | 37225179a44c64b5470e9fdd6a90af6f8ca75eb3 | |
parent | c359d624d3efc3fd1d83210d78c4152bd329b765 (diff) | |
download | ffmpeg-645c6ff4231a75a71db58c8e6d06346068d2f949.tar.gz |
hevcdec: drop the prototype of a non-existing function
-rw-r--r-- | libavcodec/hevcdec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h index df81e55ed8..95662234c1 100644 --- a/libavcodec/hevcdec.h +++ b/libavcodec/hevcdec.h @@ -957,8 +957,6 @@ int ff_hevc_cu_qp_delta_abs(HEVCContext *s); void ff_hevc_hls_filter(HEVCContext *s, int x, int y); void ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size); -void ff_hevc_pps_free(HEVCPPS **ppps); - void ff_hevc_pred_init(HEVCPredContext *hpc, int bit_depth); int ff_hevc_encode_nal_vps(HEVCVPS *vps, unsigned int id, |