forked from len0rd/rockbox
Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define
for PACKET_HEADER_SIZE. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22152 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2480c33f7
commit
3c58b26152
3 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,6 @@
|
|||
#include "inttypes.h"
|
||||
#include "libcook/cook.h"
|
||||
|
||||
#define DATA_HEADER_SIZE 18 /* size of DATA chunk header in a rm file */
|
||||
|
||||
CODEC_HEADER
|
||||
|
||||
RMContext rmctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue