diff dsputil.h @ 2044:b6f2add2511e libavcodec

h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>)
author michael
date Sun, 30 May 2004 20:37:15 +0000
parents f65d87bfdd5a
children 9447bbd8a7e9
line wrap: on
line diff
--- a/dsputil.h	Sun May 30 01:53:43 2004 +0000
+++ b/dsputil.h	Sun May 30 20:37:15 2004 +0000
@@ -261,6 +261,9 @@
     void (*h263_v_loop_filter)(uint8_t *src, int stride, int qscale);
     void (*h263_h_loop_filter)(uint8_t *src, int stride, int qscale);
 
+    void (*h261_v_loop_filter)(uint8_t *dest,uint8_t *src, int stride);
+    void (*h261_h_loop_filter)(uint8_t *dest,uint8_t *src, int stride);
+
     /* (I)DCT */
     void (*fdct)(DCTELEM *block/* align 16*/);
     void (*fdct248)(DCTELEM *block/* align 16*/);