diff rv34.h @ 8116:2d01559f824c libavcodec

Calculating an additional MV-based deblocking pattern is the same for both RV3 and RV4, so move it into common code.
author kostya
date Fri, 07 Nov 2008 07:18:22 +0000
parents b6d93bef844a
children 6771b3544991
line wrap: on
line diff
--- a/rv34.h	Thu Nov 06 01:33:28 2008 +0000
+++ b/rv34.h	Fri Nov 07 07:18:22 2008 +0000
@@ -115,7 +115,6 @@
     int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
     int (*decode_mb_info)(struct RV34DecContext *r);
     int (*decode_intra_types)(struct RV34DecContext *r, GetBitContext *gb, int8_t *dst);
-    int (*set_deblock_coef)(struct RV34DecContext *r);
     void (*loop_filter)(struct RV34DecContext *r);
 }RV34DecContext;