From af412fb15fd2cd688953a93f627b4d971ded399f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 25 Apr 2009 11:08:34 +0200 Subject: [PATCH] Cosmetics. --- src/common/mp3_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/mp3_common.h b/src/common/mp3_common.h index c35d73dcc..d8880eea8 100644 --- a/src/common/mp3_common.h +++ b/src/common/mp3_common.h @@ -32,8 +32,8 @@ typedef struct { } mp3_header_t; int MTX_DLL_API find_mp3_header(const unsigned char *buf, int size); -int MTX_DLL_API find_consecutive_mp3_headers(const unsigned char *buf, - int size, int num); +int MTX_DLL_API find_consecutive_mp3_headers(const unsigned char *buf, int size, int num); + void MTX_DLL_API decode_mp3_header(const unsigned char *buf, mp3_header_t *h); #endif // __MP3_COMMON_H