|
FFmpeg
|
#include "config.h"#include "internal.h"#include "mem.h"#include <stdarg.h>#include <fcntl.h>#include <sys/stat.h>Go to the source code of this file.
Functions | |
| int | avpriv_open (const char *filename, int flags,...) |
| A wrapper for open() setting O_CLOEXEC. More... | |
| FILE * | av_fopen_utf8 (const char *path, const char *mode) |
| Open a file using a UTF-8 filename. More... | |
| int avpriv_open | ( | const char * | filename, |
| int | flags, | ||
| ... | |||
| ) |
A wrapper for open() setting O_CLOEXEC.
Definition at line 66 of file file_open.c.
Referenced by av_file_map(), av_fopen_utf8(), bktr_init(), dv1394_read_header(), fbdev_read_header(), fbdev_write_header(), ff_fbdev_get_device_list(), ff_oss_audio_open(), and read_random().
1.8.6