mirror of https://github.com/FFmpeg/FFmpeg.git
- Add new function av_tempfile() for creating temporary files; contains workaround for MinGW. - Make XviD stuff use av_tempfile(). Originally committed as revision 5245 to svn://svn.ffmpeg.org/ffmpeg/trunkpull/126/head
parent
06ab9cffb2
commit
1005f542b2
4 changed files with 58 additions and 41 deletions
@ -0,0 +1,12 @@ |
||||
#ifndef INTERNAL_H |
||||
#define INTERNAL_H |
||||
|
||||
/**
|
||||
* @file internal.h |
||||
* common functions for internal libavcodec use |
||||
*/ |
||||
|
||||
|
||||
int av_tempfile(char *prefix, char **filename); |
||||
|
||||
#endif /* INTERNAL_H */ |
Loading…
Reference in new issue