diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-01 14:43:06 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-08 08:52:30 +0100 |
commit | 0144fe69951a10587769cfc76554d5f7f473eccb (patch) | |
tree | ffa60f0f1722b91cd758e52f6a26f2fd195e2462 /libavcodec/mpegvideo.h | |
parent | 9b027c0d0794b50e3b638cca4bed925638ab68bc (diff) | |
download | ffmpeg-0144fe69951a10587769cfc76554d5f7f473eccb.tar.gz |
Remove Sun medialib glue code.
It is obscure, most likely unused and not bit-exact compared to
libavcodec due to a different IDCT transform algorithm.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-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 3473e6d8f7..3d3b237898 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -697,7 +697,6 @@ int MPV_encode_end(AVCodecContext *avctx); int MPV_encode_picture(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data); void MPV_common_init_mmx(MpegEncContext *s); void MPV_common_init_axp(MpegEncContext *s); -void MPV_common_init_mlib(MpegEncContext *s); void MPV_common_init_mmi(MpegEncContext *s); void MPV_common_init_arm(MpegEncContext *s); void MPV_common_init_altivec(MpegEncContext *s); |