comparison internal.h @ 3233:18af2f7788c6 libavcodec

- Add new file internal.h for common internal-use-only functions. - Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile().
author corey
date Thu, 30 Mar 2006 04:33:05 +0000
parents
children c537a97eec66
comparison
equal deleted inserted replaced
3232:b9f906a0b0f8 3233:18af2f7788c6
1 #ifndef INTERNAL_H
2 #define INTERNAL_H
3
4 /**
5 * @file internal.h
6 * common functions for internal libavcodec use
7 */
8
9
10 int av_tempfile(char *prefix, char **filename);
11
12 #endif /* INTERNAL_H */