X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=18748dad9be2bdbf6faf1c7a1a49cba6d78e8fac;hp=850ffc971e30c4e65059be76b3879003cddad815;hb=84c3f9183674c561772dc4064e1b32a1e76ea8a3;hpb=56d97fc7556b3d0c383eb62c08f70fd8d5be0285;ds=inline diff --git a/wma.h b/wma.h index 850ffc97..18748dad 100644 --- a/wma.h +++ b/wma.h @@ -28,7 +28,7 @@ struct asf_header_info { int wma_log2(unsigned int v); const char *search_pattern(const char *pattern, int pattern_len, const char *buf, int buf_size); -int read_asf_header(char *buf, int loaded, struct asf_header_info *ahi); +int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi); #define WMA_FRAME_SKIP 31 #define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n)))