Mercurial > libavcodec.hg
changeset 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 | e2fdb793069c |
children | 11dbd00682fc |
files | mpegvideo.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Tue Jun 04 12:53:11 2002 +0000 +++ b/mpegvideo.h Tue Jun 04 12:56:04 2002 +0000 @@ -434,8 +434,8 @@ #ifdef HAVE_MMX void MPV_common_init_mmx(MpegEncContext *s); #endif -int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); -void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); +extern int (*dct_quantize)(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); +extern void (*draw_edges)(UINT8 *buf, int wrap, int width, int height, int w); void ff_conceal_past_errors(MpegEncContext *s, int conceal_all); void ff_copy_bits(PutBitContext *pb, UINT8 *src, int length); void ff_clean_intra_table_entries(MpegEncContext *s);