comparison indeo2data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents c8c591fe26f8
children 9ecbfc0c82bf
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
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
22 #include <stdint.h>
21 23
22 #define IR2_CODES 143 24 #define IR2_CODES 143
23 static const uint16_t ir2_codes[IR2_CODES][2] = { 25 static const uint16_t ir2_codes[IR2_CODES][2] = {
24 #ifdef ALT_BITSTREAM_READER_LE 26 #ifdef ALT_BITSTREAM_READER_LE
25 {0x0000, 3}, {0x0004, 3}, {0x0006, 3}, {0x0001, 5}, 27 {0x0000, 3}, {0x0004, 3}, {0x0006, 3}, {0x0001, 5},