• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Revision9a99f941aad079c3cd6b67bd4a1b1642ee67750a (tree)
Time2008-07-03 02:28:44
AuthorAustin Yuan <shengquan.yuan@inte...>
CommiterAustin Yuan

Log Message

Added the missing frame_rate into SequenceParameterMPEG4

Change Summary

Incremental Difference

--- a/src/va.h
+++ b/src/va.h
@@ -1002,6 +1002,7 @@ typedef struct _VAEncSequenceParameterBufferMPEG4
10021002 unsigned int vop_time_increment_resolution;
10031003 unsigned int fixed_vop_time_increment;
10041004 unsigned int bits_per_second;
1005+ unsigned int frame_rate;
10051006 int initial_qp;
10061007 int min_qp;
10071008 } VAEncSequenceParameterBufferMPEG4;