summaryrefslogtreecommitdiff
path: root/apps/codecs/librm/rm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/librm/rm.h')
-rw-r--r--apps/codecs/librm/rm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/librm/rm.h b/apps/codecs/librm/rm.h
index cd59cffc55..12e9b18fa3 100644
--- a/apps/codecs/librm/rm.h
+++ b/apps/codecs/librm/rm.h
@@ -25,6 +25,8 @@
25#include <inttypes.h> 25#include <inttypes.h>
26 26
27#define MAX_EXTRADATA_SIZE 16 27#define MAX_EXTRADATA_SIZE 16
28#define DATA_HEADER_SIZE 18
29#define PACKET_HEADER_SIZE 12
28 30
29enum codecs{CODEC_COOK, CODEC_AAC}; 31enum codecs{CODEC_COOK, CODEC_AAC};
30typedef struct rm_packet 32typedef struct rm_packet