diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-27 22:22:01 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-01-27 22:22:01 +0000 |
commit | 881b5b80da6bf63d01db5baa1db602a20f64b12c (patch) | |
tree | 6c9e08f51133975e29c1dba7630ffe0538f93fb8 /libavcodec/h264.h | |
parent | e3d88073155f24d87eb998064026cf1d23621ab0 (diff) | |
download | ffmpeg-881b5b80da6bf63d01db5baa1db602a20f64b12c.tar.gz |
Fix svq3_* function declarations.
Patch by Rafaël Carré, rafael D carre A gmail
Originally committed as revision 21489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index e03e0e439c..51342ae9fc 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -581,6 +581,9 @@ typedef struct H264Context{ extern const uint8_t ff_h264_chroma_qp[52]; +void ff_svq3_luma_dc_dequant_idct_c(DCTELEM *block, int qp); + +void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc); /** * Decode SEI |