summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/va.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/va.h b/src/va.h
index 1b6dfb1..66edd45 100755
--- a/src/va.h
+++ b/src/va.h
@@ -1032,7 +1032,8 @@ typedef struct _VAEncPictureParameterBufferH264
****************************/
typedef struct _VAEncSequenceParameterBufferH263
-{
+{
+ unsigned int intra_period;
unsigned int bits_per_second;
unsigned int frame_rate;
unsigned int initial_qp;