Mercurial > libavcodec.hg
comparison tableprint.h @ 10581:2980d9efc542 libavcodec
Add support for hardcoding the motionpixels rgb to yuv table.
author | reimar |
---|---|
date | Thu, 26 Nov 2009 21:20:28 +0000 |
parents | 23ca6d60184d |
children | 3d011a01a6a0 |
comparison
equal
deleted
inserted
replaced
10580:2e01212efb32 | 10581:2980d9efc542 |
---|---|
30 * | 30 * |
31 * \{ | 31 * \{ |
32 */ | 32 */ |
33 void write_int8_array (const void *, int, int); | 33 void write_int8_array (const void *, int, int); |
34 void write_uint32_array (const void *, int, int); | 34 void write_uint32_array (const void *, int, int); |
35 void write_int8_2d_array (const void *, int, int); | |
35 void write_uint32_2d_array(const void *, int, int); | 36 void write_uint32_2d_array(const void *, int, int); |
36 /** \} */ // end of printfuncs group | 37 /** \} */ // end of printfuncs group |
37 | 38 |
38 struct tabledef { | 39 struct tabledef { |
39 /** String that declares the array. Adding " = { ..." after it should | 40 /** String that declares the array. Adding " = { ..." after it should |