blob: 189090eaada4e537eb77d0d84810d852d72b5b94 (
plain) (
blame)
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 */
|