comparison mpegvideo.h @ 875:2c350f59233a libavcodec

* fixed prototype
author kabi
date Tue, 19 Nov 2002 09:17:52 +0000
parents 8cc0d241da37
children 22ee74da2cd3
comparison
equal deleted inserted replaced
874:8cc0d241da37 875:2c350f59233a
550 #endif 550 #endif
551 #ifdef HAVE_MMI 551 #ifdef HAVE_MMI
552 void MPV_common_init_mmi(MpegEncContext *s); 552 void MPV_common_init_mmi(MpegEncContext *s);
553 #endif 553 #endif
554 #ifdef ARCH_ARMV4L 554 #ifdef ARCH_ARMV4L
555 MPV_common_init_armv4l(MpegEncContext *s); 555 void MPV_common_init_armv4l(MpegEncContext *s);
556 #endif 556 #endif
557 #ifdef ARCH_POWERPC 557 #ifdef ARCH_POWERPC
558 void MPV_common_init_ppc(MpegEncContext *s); 558 void MPV_common_init_ppc(MpegEncContext *s);
559 #endif 559 #endif
560 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); 560 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);