--- decoder.h 2002/03/08 02:44:29 1.1 +++ decoder.h 2002/04/23 00:04:03 1.3 @@ -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;