comparison mpegvideo_common.h @ 7937:50516d28608a libavcodec

Fix a warning about an undefined function when compiling h264.c
author cehoyos
date Mon, 29 Sep 2008 15:41:55 +0000
parents c4a4495715dd
children 7a463923ecd1
comparison
equal deleted inserted replaced
7936:673cac811afb 7937:50516d28608a
39 #include <limits.h> 39 #include <limits.h>
40 40
41 int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); 41 int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
42 int dct_quantize_trellis_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow); 42 int dct_quantize_trellis_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
43 void denoise_dct_c(MpegEncContext *s, DCTELEM *block); 43 void denoise_dct_c(MpegEncContext *s, DCTELEM *block);
44 void copy_picture(Picture *dst, Picture *src);
45 44
46 /** 45 /**
47 * allocates a Picture 46 * allocates a Picture
48 * The pixels are allocated/set by calling get_buffer() if shared=0 47 * The pixels are allocated/set by calling get_buffer() if shared=0
49 */ 48 */