Commit 9a99f941 authored by Austin Yuan's avatar Austin Yuan

Added the missing frame_rate into SequenceParameterMPEG4

parent efc54a0f
......@@ -1002,6 +1002,7 @@ typedef struct _VAEncSequenceParameterBufferMPEG4
unsigned int vop_time_increment_resolution;
unsigned int fixed_vop_time_increment;
unsigned int bits_per_second;
unsigned int frame_rate;
int initial_qp;
int min_qp;
} VAEncSequenceParameterBufferMPEG4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment