Mercurial > audlegacy-plugins
view src/wma/libffwma/utils.h @ 618:a7a28782c1b0 trunk
[svn] - revise input_id3_get_string() to take encoding of field into account.
- restore title_override options I accidentally dropped.
- remove unnecessary code.
author | yaz |
---|---|
date | Wed, 07 Feb 2007 23:31:26 -0800 |
parents | 3da1b8942b8b |
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