From de8cac167d52557aa0aced5c013c98f44ade98cf Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 29 Nov 2008 06:22:31 +0000 Subject: Invoke future RV30/40 loop filter for already decoded rows instead of the whole frame at once. Originally committed as revision 15949 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv34.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rv34.h') diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 16e0faa423..fc3642d883 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -115,7 +115,7 @@ 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); - void (*loop_filter)(struct RV34DecContext *r); + void (*loop_filter)(struct RV34DecContext *r, int row); }RV34DecContext; /** -- cgit v1.2.3