mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-26 22:34:49 +00:00
indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
This commit is contained in:
parent
9ccbdc0aca
commit
4f04f5cc8b
@ -584,7 +584,7 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
uint16_t ivi_calc_band_checksum (IVIBandDesc *band)
|
||||
static uint16_t ivi_calc_band_checksum(IVIBandDesc *band)
|
||||
{
|
||||
int x, y;
|
||||
int16_t *src, checksum;
|
||||
|
@ -396,11 +396,6 @@ void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band,
|
||||
*/
|
||||
void ff_ivi_output_plane(IVIPlaneDesc *plane, uint8_t *dst, int dst_pitch);
|
||||
|
||||
/**
|
||||
* Calculate band checksum from band data.
|
||||
*/
|
||||
uint16_t ivi_calc_band_checksum (IVIBandDesc *band);
|
||||
|
||||
int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
||||
AVPacket *avpkt);
|
||||
av_cold int ff_ivi_decode_close(AVCodecContext *avctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user