1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

Remove pointless #ifdefs around function declarations in a header.

This commit is contained in:
Diego Biurrun 2011-06-02 22:56:29 +02:00
parent 2366462429
commit 0fc9c6554e

View File

@ -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); void ff_ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch);
#if IVI_DEBUG
/** /**
* Calculate band checksum from band data. * 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. * Verify that band data lies in range.
*/ */
int ivi_check_band (IVIBandDesc *band, const uint8_t *ref, int pitch); int ivi_check_band (IVIBandDesc *band, const uint8_t *ref, int pitch);
#endif
#endif /* AVCODEC_IVI_COMMON_H */ #endif /* AVCODEC_IVI_COMMON_H */