26#ifndef _AST_FORMAT_CACHE_H_
27#define _AST_FORMAT_CACHE_H_
278#define ast_format_cache_get(name) \
279 __ast_format_cache_get((name), "ast_format_cache_get", __FILE__, __LINE__, __PRETTY_FUNCTION__)
280#define ast_t_format_cache_get(name, tag) \
281 __ast_format_cache_get((name), (tag), __FILE__, __LINE__, __PRETTY_FUNCTION__)
283 const char *tag,
const char *
file,
int line,
const char *func);
Represents a media codec within Asterisk.