forked from FFmpeg/FFmpeg
indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
This commit is contained in:
parent
9ccbdc0aca
commit
4f04f5cc8b
2 changed files with 1 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue