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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/codecs/librm/rm.h b/apps/codecs/librm/rm.h
index 12e9b18fa3..86fe5e7f1a 100644
--- a/apps/codecs/librm/rm.h
+++ b/apps/codecs/librm/rm.h
@@ -28,7 +28,12 @@
28#define DATA_HEADER_SIZE 18 28#define DATA_HEADER_SIZE 18
29#define PACKET_HEADER_SIZE 12 29#define PACKET_HEADER_SIZE 12
30 30
31enum codecs{CODEC_COOK, CODEC_AAC}; 31enum codecs {
32 CODEC_COOK,
33 CODEC_AAC,
34 CODEC_AC3
35};
36
32typedef struct rm_packet 37typedef struct rm_packet
33{ 38{
34 uint8_t *frames[100]; /* Pointers to ordered audio frames in buffer */ 39 uint8_t *frames[100]; /* Pointers to ordered audio frames in buffer */