Mercurial > pt1
comparison recpt1/decoder.h @ 130:b8fab2fd4ebe
build fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 12 Apr 2012 10:50:43 +0900 |
parents | d49174955c7f |
children |
comparison
equal
deleted
inserted
replaced
129:d49174955c7f | 130:b8fab2fd4ebe |
---|---|
21 } decoder_options; | 21 } decoder_options; |
22 | 22 |
23 #else | 23 #else |
24 | 24 |
25 typedef struct { | 25 typedef struct { |
26 uint8_t *data; | 26 unsigned char *data; |
27 int32_t size; | 27 signed int size; |
28 } ARIB_STD_B25_BUFFER; | 28 } ARIB_STD_B25_BUFFER; |
29 | 29 |
30 typedef struct decoder { | 30 typedef struct decoder { |
31 void *dummy; | 31 void *dummy; |
32 } decoder; | 32 } decoder; |