comparison mpegvideo.h @ 473:1ca0876f99bc libavcodec

added missing externs (we were lucky that commons are used)
author bellard
date Tue, 04 Jun 2002 12:56:04 +0000
parents c006ee838856
children 460bc2ba363e
comparison
equal deleted inserted replaced
472:e2fdb793069c 473:1ca0876f99bc
432 void MPV_frame_start(MpegEncContext *s); 432 void MPV_frame_start(MpegEncContext *s);
433 void MPV_frame_end(MpegEncContext *s); 433 void MPV_frame_end(MpegEncContext *s);
434 #ifdef HAVE_MMX 434 #ifdef HAVE_MMX
435 void MPV_common_init_mmx(MpegEncContext *s); 435 void MPV_common_init_mmx(MpegEncContext *s);
436 #endif 436 #endif
437 int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); 437 extern int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
438 void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); 438 extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w);
439 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); 439 void ff_conceal_past_errors(MpegEncContext *s, int conceal_all);
440 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); 440 void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length);
441 void ff_clean_intra_table_entries(MpegEncContext *s); 441 void ff_clean_intra_table_entries(MpegEncContext *s);
442 442
443 /* motion_est.c */ 443 /* motion_est.c */