diff options
author | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-05 14:25:29 +0200 |
---|---|---|
committer | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-05 14:25:29 +0200 |
commit | d64d6f7712e5e8d8f962de3455a71fce8b2a8f78 (patch) | |
tree | 0bb1faa2fa537391695f852a54020b0123677104 /src/gallium/auxiliary/vl/vl_bitstream_parser.h | |
parent | 1218430e1200a08cd64b6555d3fd1fd0274ad9e5 (diff) |
vl: changed video pipe to use the new gallium API within master
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_bitstream_parser.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_bitstream_parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_bitstream_parser.h b/src/gallium/auxiliary/vl/vl_bitstream_parser.h index 30ec743fa75..eeb51dd4295 100644 --- a/src/gallium/auxiliary/vl/vl_bitstream_parser.h +++ b/src/gallium/auxiliary/vl/vl_bitstream_parser.h @@ -39,6 +39,10 @@ struct vl_bitstream_parser unsigned cursor; }; +inline void endian_swap_ushort(unsigned short *x); +inline void endian_swap_uint(unsigned int *x); +inline void endian_swap_ulonglong(unsigned long long *x); + bool vl_bitstream_parser_init(struct vl_bitstream_parser *parser, unsigned num_bitstreams, const void **bitstreams, |