OSDN Git Service

Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions
authorMans Rullgard <mans@mansr.com>
Tue, 25 Jan 2011 01:02:19 +0000 (01:02 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 25 Jan 2011 01:02:19 +0000 (01:02 +0000)
commitaa61e39eac85e26bff0f296b1ec86d4533664adc
tree8ff5cf2629ac4913a82d74aa8d64a46d25a9c06b
parent5b5083b5fed1e0b0d8f3c6f2c21bdc915b1226f6
Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions

1d4da6a460d5b78026e3b854fdd6f469957a054c added static to the
prototypes for these fuctions.  Adding it to the definitions
as well.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegvideo_enc.c