comparison mpegvideo.h @ 628:f596db4aa871 libavcodec

sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
author michaelni
date Fri, 30 Aug 2002 18:17:20 +0000
parents bb6a69f9d409
children 3e0f62e5eed6
comparison
equal deleted inserted replaced
627:79c43f519d02 628:f596db4aa871
478 void MPV_common_init_mmx(MpegEncContext *s); 478 void MPV_common_init_mmx(MpegEncContext *s);
479 #endif 479 #endif
480 #ifdef ARCH_ALPHA 480 #ifdef ARCH_ALPHA
481 void MPV_common_init_axp(MpegEncContext *s); 481 void MPV_common_init_axp(MpegEncContext *s);
482 #endif 482 #endif
483 #ifdef HAVE_MLIB
484 void MPV_common_init_mlib(MpegEncContext *s);
485 #endif
483 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); 486 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
484 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); 487 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
485 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); 488 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);
486 void ff_clean_intra_table_entries(MpegEncContext *s); 489 void ff_clean_intra_table_entries(MpegEncContext *s);
487 490