diff dsputil.c @ 2755:975074f04b95 libavcodec

decode H.264 with 8x8 transform. deblocking is still incorrect with 8x8+cavlc
author lorenm
date Thu, 02 Jun 2005 21:15:20 +0000
parents 360024d31dab
children 01ed2c3b8f08
line wrap: on
line diff
--- a/dsputil.c	Thu Jun 02 20:45:35 2005 +0000
+++ b/dsputil.c	Thu Jun 02 21:15:20 2005 +0000
@@ -3685,6 +3685,7 @@
     }
 
     c->h264_idct_add= ff_h264_idct_add_c;
+    c->h264_idct8_add= ff_h264_idct8_add_c;
 
     c->get_pixels = get_pixels_c;
     c->diff_pixels = diff_pixels_c;