[FFmpeg-cvslog] hevcdec: drop the prototype of a non-existing function

Anton Khirnov git at videolan.org
Thu Mar 23 20:00:13 EET 2017


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Aug 21 17:48:01 2016 +0200| [645c6ff4231a75a71db58c8e6d06346068d2f949] | committer: Anton Khirnov

hevcdec: drop the prototype of a non-existing function

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=645c6ff4231a75a71db58c8e6d06346068d2f949
---

 libavcodec/hevcdec.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h
index df81e55..9566223 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,



More information about the ffmpeg-cvslog mailing list