1005f542b2
1 2 3 4 5 6 7 8 9 10 11 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 */