diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-09-29 11:06:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-09-29 19:12:57 +0200 |
commit | 5d2170c53bf4c2b0499f230c43764e4acf228f88 (patch) | |
tree | 7c460759c50b625d4b552f43ad5f18bc09e11447 /libavcodec/ivi_common.h | |
parent | 2d09cdbaf2f449ba23d54e97e94bd97ca22208c6 (diff) | |
download | ffmpeg-5d2170c53bf4c2b0499f230c43764e4acf228f88.tar.gz |
ivi_common: make ff_ivi_process_empty_tile() static.
It's not used outside of ivi_common.c
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index edbe96a1ee..1b654f8ead 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -376,18 +376,6 @@ int ff_ivi_dec_tile_data_size(GetBitContext *gb); int ff_ivi_decode_blocks(GetBitContext *gb, IVIBandDesc *band, IVITile *tile); /** - * Handle empty tiles by performing data copying and motion - * compensation respectively. - * - * @param[in] avctx ptr to the AVCodecContext - * @param[in] band pointer to the band descriptor - * @param[in] tile pointer to the tile descriptor - * @param[in] mv_scale scaling factor for motion vectors - */ -void ff_ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band, - IVITile *tile, int32_t mv_scale); - -/** * Convert and output the current plane. * This conversion is done by adding back the bias value of 128 * (subtracted in the encoder) and clipping the result. |