Add undefine macro.
[plumiferos.git] / extern / ffmpeg / libavcodec / internal.h
blob189090eaada4e537eb77d0d84810d852d72b5b94
1 #ifndef INTERNAL_H
2 #define INTERNAL_H
4 /**
5 * @file internal.h
6 * common functions for internal libavcodec use
7 */
10 int av_tempfile(char *prefix, char **filename);
12 #endif /* INTERNAL_H */