diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-01-20 17:24:19 -0500 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-01-20 17:24:44 -0500 |
commit | 66c6b5e2a5e6376c4a5c65b1d96fd7a1580bdfcf (patch) | |
tree | 938a87c6bf20a2cacc16aeba6b00d02fe51c18b0 /libavcodec/dsputil.h | |
parent | 8bcfe7f7fd71e5d548c2cd96d33295ff06a5f6c8 (diff) | |
download | ffmpeg-66c6b5e2a5e6376c4a5c65b1d96fd7a1580bdfcf.tar.gz |
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 157149113e..0efbad918a 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -66,7 +66,6 @@ void ff_h264_idct_add8_c(uint8_t **dest, const int *blockoffset, DCTELEM *block, void ff_h264_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qmul); void ff_svq3_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qp); -void ff_chroma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qmul); void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc); void ff_vector_fmul_window_c(float *dst, const float *src0, const float *src1, |