diff rv34.h @ 8224:6771b3544991 libavcodec

Invoke future RV30/40 loop filter for already decoded rows instead of the whole frame at once.
author kostya
date Sat, 29 Nov 2008 06:22:31 +0000
parents 2d01559f824c
children 91a340f25c8c
line wrap: on
line diff
--- a/rv34.h	Fri Nov 28 00:32:24 2008 +0000
+++ b/rv34.h	Sat Nov 29 06:22:31 2008 +0000
@@ -115,7 +115,7 @@
     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;
 
 /**