diff h264.h @ 11031:b37a53d101c3 libavcodec

Fix svq3_* function declarations. Patch by Rafa¸«³l Carr¸«±, rafael D carre A gmail
author cehoyos
date Wed, 27 Jan 2010 22:22:01 +0000
parents ff5aff85ec10
children 4aa724a692f5
line wrap: on
line diff
--- a/h264.h	Wed Jan 27 21:31:19 2010 +0000
+++ b/h264.h	Wed Jan 27 22:22:01 2010 +0000
@@ -581,6 +581,9 @@
 
 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