]> git.sesse.net Git - ffmpeg/blob - libavcodec/internal.h
Slightly reworked MC code, it gives better picture.
[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 */