source:
vbox/trunk/src/libs/ffmpeg-20060710/libavcodec/internal.h@
7692
Last change on this file since 7692 was 5776, checked in by , 17 years ago | |
---|---|
File size: 190 bytes |
Line | |
---|---|
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 */ |
Note:
See TracBrowser
for help on using the repository browser.