view src/wma/libffwma/utils.h @ 2975:4d778b7a19c6

now sndfile can display Japanese file name.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 12 Feb 2009 01:50:09 +0900
parents aa044d71838f
children
line wrap: on
line source

#ifndef _UTILS_H
#define _UTILS_H

void *av_mallocz(unsigned int size);
void *__av_mallocz_static(void** location, unsigned int size);

#endif