--- trunk/xvidcore/src/decoder.h 2002/03/08 02:46:11 3 +++ trunk/xvidcore/src/decoder.h 2002/04/23 00:05:31 133 @@ -18,6 +18,10 @@ uint32_t quant_type; uint32_t quarterpel; + uint32_t interlacing; + uint32_t top_field_first; + uint32_t alternate_vertical_scan; + // image uint32_t width; @@ -26,7 +30,7 @@ uint32_t edged_height; IMAGE cur; - IMAGE refn; + IMAGE refn[2]; IMAGE refh; IMAGE refv; IMAGE refhv;