OSDN Git Service
(root)
/
android-x86
/
hardware-intel-libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8818a
)
Add new bit to signal VC-1 skipped P-frames.
author
Gwenole Beauchesne
<gbeauchesne@splitted-desktop.com>
Wed, 8 Jul 2009 07:58:11 +0000
(07:58 +0000)
committer
Austin Yuan
<shengquan.yuan@intel.com>
Mon, 31 Aug 2009 22:23:28 +0000
(06:23 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
src/va.h
patch
|
blob
|
history
diff --git
a/src/va.h
b/src/va.h
index
2d4b64b
..
4dc2004
100644
(file)
--- a/
src/va.h
+++ b/
src/va.h
@@
-771,7
+771,7
@@
typedef struct _VAPictureParameterBufferVC1
unsigned char luma_shift; /* PICTURE_LAYER::LUMSHIFT */
union {
struct {
- unsigned char picture_type :
2
; /* PICTURE_LAYER::PTYPE */
+ unsigned char picture_type :
3
; /* PICTURE_LAYER::PTYPE */
unsigned char frame_coding_mode : 3; /* PICTURE_LAYER::FCM */
unsigned char top_field_first : 1; /* PICTURE_LAYER::TFF */
unsigned char is_first_field : 1; /* set to 1 if it is the first field */