1
0
Fork 0
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:
Mohamed Tarek 2009-08-04 06:10:03 +00:00
parent c2480c33f7
commit 3c58b26152
3 changed files with 4 additions and 4 deletions

View file

@ -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;