summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-05-19 16:41:42 +0200
committerDiego Biurrun <diego@biurrun.de>2012-05-20 15:56:25 +0200
commit9ccbdc0acafcfd1947e019c24817f2526581da49 (patch)
tree0c562741a1dba6b2ec6cce0ab0864e9cfc664af3 /libavcodec/ivi_common.h
parent0c517644b267d6bb41f898104725346d92202cc7 (diff)
indeo: Drop unused debug function ivi_check_band().
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r--libavcodec/ivi_common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index 8c37b94da5..24e52cca53 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -401,11 +401,6 @@ void ff_ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch);
*/
uint16_t ivi_calc_band_checksum (IVIBandDesc *band);
-/**
- * Verify that band data lies in range.
- */
-int ivi_check_band (IVIBandDesc *band, const uint8_t *ref, int pitch);
-
int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
AVPacket *avpkt);
av_cold int ff_ivi_decode_close(AVCodecContext *avctx);