diff mpegvideo.h @ 11398:00b80bf84ad9 libavcodec

bfin: fix function prototypes Move prototypes to header files, add missing prototypes, make some functions static.
author mru
date Mon, 08 Mar 2010 02:36:11 +0000
parents f9e0f62a7d8a
children ed6cd3544622
line wrap: on
line diff
--- a/mpegvideo.h	Mon Mar 08 02:36:07 2010 +0000
+++ b/mpegvideo.h	Mon Mar 08 02:36:11 2010 +0000
@@ -692,6 +692,7 @@
 void MPV_common_init_mmi(MpegEncContext *s);
 void MPV_common_init_arm(MpegEncContext *s);
 void MPV_common_init_altivec(MpegEncContext *s);
+void MPV_common_init_bfin(MpegEncContext *s);
 void ff_clean_intra_table_entries(MpegEncContext *s);
 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
 void ff_mpeg_flush(AVCodecContext *avctx);