[Ffmpeg-cvslog] r7247 - trunk/libavcodec/dsputil.h

takis subversion
Thu Dec 7 17:09:33 CET 2006


Author: takis
Date: Thu Dec  7 17:09:33 2006
New Revision: 7247

Modified:
   trunk/libavcodec/dsputil.h

Log:
Added entry for H.264 DCT to the DSP context.


Modified: trunk/libavcodec/dsputil.h
==============================================================================
--- trunk/libavcodec/dsputil.h	(original)
+++ trunk/libavcodec/dsputil.h	Thu Dec  7 17:09:33 2006
@@ -383,6 +383,7 @@
     void (*h264_idct8_add)(uint8_t *dst, DCTELEM *block, int stride);
     void (*h264_idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
     void (*h264_idct8_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
+    void (*h264_dct)(DCTELEM block[4][4]);
 
     /* snow wavelet */
     void (*vertical_compose97i)(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, DWTELEM *b3, DWTELEM *b4, DWTELEM *b5, int width);




More information about the ffmpeg-cvslog mailing list