From e1223112615cfc35779b9d0380332ed7c4085bb0 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 7 Nov 2008 07:18:22 +0000 Subject: Calculating an additional MV-based deblocking pattern is the same for both RV3 and RV4, so move it into common code. Originally committed as revision 15786 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv34.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/rv34.h') diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index e521dbbbf9..16e0faa423 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -115,7 +115,6 @@ typedef struct RV34DecContext{ 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; -- cgit v1.2.3