diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-12-03 08:07:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-01-03 16:54:24 +0100 |
commit | a3a55645f09fd4b5e491ed29ae4bddda4c2d41a5 (patch) | |
tree | 4daf9ab60775ee2d65da43fb3e1254028d753fa5 /libavcodec/mpegvideo.h | |
parent | a4d0c6e0503562d4cc8f9f6d02d84d7b32583b15 (diff) | |
download | ffmpeg-a3a55645f09fd4b5e491ed29ae4bddda4c2d41a5.tar.gz |
mpegvideo: remove disabled bfin asm
It has been disabled as 'broken' over 3 years ago in b716a792
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 8a43fdc1bf..a8d175aa77 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -782,7 +782,6 @@ int ff_MPV_encode_picture(AVCodecContext *avctx, AVPacket *pkt, void ff_MPV_encode_init_x86(MpegEncContext *s); void ff_MPV_common_init_x86(MpegEncContext *s); void ff_MPV_common_init_arm(MpegEncContext *s); -void ff_MPV_common_init_bfin(MpegEncContext *s); void ff_MPV_common_init_ppc(MpegEncContext *s); void ff_clean_intra_table_entries(MpegEncContext *s); void ff_draw_horiz_band(AVCodecContext *avctx, DSPContext *dsp, Picture *cur, |