projects
/
profile
/
ivi
/
libva.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c28c4
)
Fix sign of some H264 params
95/295/1
author
Waldo Bastian
<waldo.bastian@intel.com>
Fri, 14 Sep 2007 16:18:26 +0000
(09:18 -0700)
committer
Waldo Bastian
<waldo.bastian@intel.com>
Fri, 14 Sep 2007 16:18:26 +0000
(09:18 -0700)
src/va.h
patch
|
blob
|
history
diff --git
a/src/va.h
b/src/va.h
index
2343412
..
9f33aec
100755
(executable)
--- a/
src/va.h
+++ b/
src/va.h
@@
-820,9
+820,9
@@
typedef struct _VAPictureParameterBufferH264
};
unsigned char num_slice_groups_minus1;
unsigned char slice_group_map_type;
-
un
signed char pic_init_qp_minus26;
-
un
signed char chroma_qp_index_offset;
-
un
signed char second_chroma_qp_index_offset;
+ signed char pic_init_qp_minus26;
+ signed char chroma_qp_index_offset;
+ signed char second_chroma_qp_index_offset;
union {
struct {
unsigned char entropy_coding_mode_flag : 1;