summaryrefslogtreecommitdiff
path: root/libavcodec/ivi_common.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-02 22:56:29 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-03 00:44:04 +0200
commit0fc9c6554e85b601b61367574fec333fb5a074e6 (patch)
tree623871c61c62e4bcc591a6cadd206115ebe91a41 /libavcodec/ivi_common.h
parent2366462429d9cc7ed9715c037f204fcefeff8ea4 (diff)
downloadffmpeg-0fc9c6554e85b601b61367574fec333fb5a074e6.tar.gz
Remove pointless #ifdefs around function declarations in a header.
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r--libavcodec/ivi_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h
index 582a1d71fc..0a5e9b1384 100644
--- a/libavcodec/ivi_common.h
+++ b/libavcodec/ivi_common.h
@@ -340,7 +340,6 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
*/
void ff_ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch);
-#if IVI_DEBUG
/**
* Calculate band checksum from band data.
*/
@@ -350,6 +349,5 @@ 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);
-#endif
#endif /* AVCODEC_IVI_COMMON_H */