diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-09 16:47:52 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-15 15:46:34 +0100 |
commit | 63fcedcf01247f15b72c0d1f959bb3b612853ba8 (patch) | |
tree | 521973c2b5e364ad133382dabb48080d632d0180 | |
parent | b2bece5e9a4dd96142962c6798e187c77b88bbfa (diff) | |
download | ffmpeg-63fcedcf01247f15b72c0d1f959bb3b612853ba8.tar.gz |
mpegvideo: remove unused function declaration
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 63052a97f3..f1047a013b 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -752,7 +752,6 @@ void ff_mpeg_flush(AVCodecContext *avctx); void ff_print_debug_info(MpegEncContext *s, Picture *p); void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix); int ff_find_unused_picture(MpegEncContext *s, int shared); -void ff_denoise_dct(MpegEncContext *s, int16_t *block); int ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src); int ff_mpeg_update_thread_context(AVCodecContext *dst, const AVCodecContext *src); void ff_set_qscale(MpegEncContext * s, int qscale); |