FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
file_open.c File Reference
#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.
 

Function Documentation

int avpriv_open ( const char *  filename,
int  flags,
  ... 
)

A wrapper for open() setting O_CLOEXEC.

Definition at line 71 of file file_open.c.

Referenced by audio_open(), av_file_map(), bktr_init(), dv1394_read_header(), fbdev_read_header(), fbdev_write_header(), and read_random().