]> git.sesse.net Git - ffmpeg/blob - libavcodec/internal.h
remove STATS code (probably hasnt been used for years ..., and its not completely...
[ffmpeg] / libavcodec / internal.h
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 */