comparison libxvid_internal.h @ 12098:95f57b61c9b3 libavcodec

Rename av_tempfile() to ff_tempfile()
author mru
date Tue, 06 Jul 2010 13:22:44 +0000
parents 7dd2a45249a9
children 4530b6b4d931
comparison
equal deleted inserted replaced
12097:e8a29b278ebf 12098:95f57b61c9b3
25 * @file 25 * @file
26 * common functions for use with the Xvid wrappers 26 * common functions for use with the Xvid wrappers
27 */ 27 */
28 28
29 29
30 int av_tempfile(char *prefix, char **filename); 30 int ff_tempfile(char *prefix, char **filename);
31 31
32 #endif /* AVCODEC_LIBXVID_INTERNAL_H */ 32 #endif /* AVCODEC_LIBXVID_INTERNAL_H */