mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
13 lines
190 B
C
13 lines
190 B
C
|
#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 */
|