summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/streaminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/streaminfo.c')
-rw-r--r--apps/codecs/libmusepack/streaminfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/streaminfo.c b/apps/codecs/libmusepack/streaminfo.c
index ac5a726568..8ec2234b4f 100644
--- a/apps/codecs/libmusepack/streaminfo.c
+++ b/apps/codecs/libmusepack/streaminfo.c
@@ -35,6 +35,7 @@
35/// \file streaminfo.c 35/// \file streaminfo.c
36/// Implementation of streaminfo reading functions. 36/// Implementation of streaminfo reading functions.
37 37
38#include <string.h>
38#include "musepack.h" 39#include "musepack.h"
39#include "internal.h" 40#include "internal.h"
40 41
@@ -63,6 +64,8 @@ mpc_streaminfo_init(mpc_streaminfo * si)
63static mpc_int32_t 64static mpc_int32_t
64streaminfo_read_header_sv8(mpc_streaminfo * si, mpc_reader * fp) 65streaminfo_read_header_sv8(mpc_streaminfo * si, mpc_reader * fp)
65{ 66{
67 (void)si;
68 (void)fp;
66 return 0; 69 return 0;
67} 70}
68 71