comparison mpegvideo.h @ 5762:da1d5375cf20 libavcodec

remove useless #ifdef
author aurel
date Wed, 03 Oct 2007 17:35:28 +0000
parents b45894d869da
children 23bbea3f2c4b
comparison
equal deleted inserted replaced
5761:72b59f7613af 5762:da1d5375cf20
697 int MPV_frame_start(MpegEncContext *s, AVCodecContext *avctx); 697 int MPV_frame_start(MpegEncContext *s, AVCodecContext *avctx);
698 void MPV_frame_end(MpegEncContext *s); 698 void MPV_frame_end(MpegEncContext *s);
699 int MPV_encode_init(AVCodecContext *avctx); 699 int MPV_encode_init(AVCodecContext *avctx);
700 int MPV_encode_end(AVCodecContext *avctx); 700 int MPV_encode_end(AVCodecContext *avctx);
701 int MPV_encode_picture(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data); 701 int MPV_encode_picture(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data);
702 #ifdef HAVE_MMX
703 void MPV_common_init_mmx(MpegEncContext *s); 702 void MPV_common_init_mmx(MpegEncContext *s);
704 #endif
705 #ifdef ARCH_ALPHA
706 void MPV_common_init_axp(MpegEncContext *s); 703 void MPV_common_init_axp(MpegEncContext *s);
707 #endif
708 #ifdef HAVE_MLIB
709 void MPV_common_init_mlib(MpegEncContext *s); 704 void MPV_common_init_mlib(MpegEncContext *s);
710 #endif
711 #ifdef HAVE_MMI
712 void MPV_common_init_mmi(MpegEncContext *s); 705 void MPV_common_init_mmi(MpegEncContext *s);
713 #endif
714 #ifdef ARCH_ARMV4L
715 void MPV_common_init_armv4l(MpegEncContext *s); 706 void MPV_common_init_armv4l(MpegEncContext *s);
716 #endif
717 #ifdef ARCH_POWERPC
718 void MPV_common_init_ppc(MpegEncContext *s); 707 void MPV_common_init_ppc(MpegEncContext *s);
719 #endif
720 extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); 708 extern void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w);
721 void ff_clean_intra_table_entries(MpegEncContext *s); 709 void ff_clean_intra_table_entries(MpegEncContext *s);
722 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable); 710 void ff_init_scantable(uint8_t *, ScanTable *st, const uint8_t *src_scantable);
723 void ff_draw_horiz_band(MpegEncContext *s, int y, int h); 711 void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
724 void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h, 712 void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int block_h,