1
0
Fork 0
forked from len0rd/rockbox

Merge mpeg_malloc_reason_t and mpeg2_alloc_t, add STATE_INTERNAL_NORETURN to mpeg2_state_t, to fix warnings with short enums.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23677 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andrew Mahone 2009-11-20 11:58:11 +00:00
parent 475e68851d
commit e0b020fbfc
4 changed files with 12 additions and 15 deletions

View file

@ -29,8 +29,6 @@
#include "config.h" /* for Rockbox CPU_ #defines */
#define STATE_INTERNAL_NORETURN ((mpeg2_state_t)-1)
/* macroblock modes */
#define MACROBLOCK_INTRA 1
#define MACROBLOCK_PATTERN 2