Make denoise_dct_c and dct_quantize_trellis_c static.
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:

committed by
Mans Rullgard

parent
bb875b75ba
commit
1d4da6a460
@@ -40,8 +40,6 @@
|
||||
#include <limits.h>
|
||||
|
||||
int dct_quantize_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
|
||||
int dct_quantize_trellis_c(MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow);
|
||||
void denoise_dct_c(MpegEncContext *s, DCTELEM *block);
|
||||
|
||||
/**
|
||||
* allocates a Picture
|
||||
|
Reference in New Issue
Block a user