comparison sp5x.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef SP5X_H 22 #ifndef SP5X_H
23 #define SP5X_H 23 #define SP5X_H
24
25 #include <stdint.h>
24 26
25 static const uint8_t sp5x_data_sof[] = 27 static const uint8_t sp5x_data_sof[] =
26 { 28 {
27 0xFF, 0xC0, /* SOF */ 29 0xFF, 0xC0, /* SOF */
28 0x00, 0x11, /* len */ 30 0x00, 0x11, /* len */