diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-13 13:13:57 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-24 02:23:16 +0200 |
commit | dc402854271ef3d4eaaa3c53fa85237e996a06be (patch) | |
tree | 50236694f2d83b47bd2b90e11e8474021b7800a2 /libavcodec/mpegvideo.h | |
parent | d211547dddf9deeb34b7dda9cd80b86f3f5cd07a (diff) | |
download | ffmpeg-dc402854271ef3d4eaaa3c53fa85237e996a06be.tar.gz |
x86: mpegvideo: more sensible names for optimization file and init function
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 850681b1e6..7ea7f82937 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -757,7 +757,7 @@ int ff_MPV_encode_end(AVCodecContext *avctx); int ff_MPV_encode_picture(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet); void ff_MPV_encode_init_x86(MpegEncContext *s); -void ff_MPV_common_init_mmx(MpegEncContext *s); +void ff_MPV_common_init_x86(MpegEncContext *s); void ff_MPV_common_init_axp(MpegEncContext *s); void ff_MPV_common_init_mmi(MpegEncContext *s); void ff_MPV_common_init_arm(MpegEncContext *s); |