From 9d37db95b97b9a089e122a54d30d914250e42fd0 Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Thu, 30 Aug 2007 16:23:52 +0800 Subject: [PATCH] add "is_first_field" into VAPictureParameterBufferMPEG2 --- src/va.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/va.h b/src/va.h index 0d61518..8125a26 100755 --- a/src/va.h +++ b/src/va.h @@ -427,6 +427,7 @@ typedef struct _VAPictureParameterBufferMPEG2 unsigned char alternate_scan : 1; unsigned char repeat_first_field : 1; unsigned char progressive_frame : 1; + unsigned char is_first_field : 1;/* indicate whether the current field is the first field for field picture */ }; unsigned int picture_coding_extension; }; -- 2.7.4