FFmpeg
Loading...
Searching...
No Matches
os_support.h File Reference

miscellaneous OS support macros and functions. More...

#include "config.h"
#include <fcntl.h>
#include <sys/stat.h>

Go to the source code of this file.

Macros

#define O_BINARY   0
 

Functions

static int is_dos_path (const char *path)
 

Detailed Description

miscellaneous OS support macros and functions.

Definition in file os_support.h.

Macro Definition Documentation

◆ O_BINARY

#define O_BINARY   0

Definition at line 36 of file os_support.h.

Referenced by avpriv_fopen_utf8(), avpriv_tempfile(), check(), main(), and shared_open().

Function Documentation

◆ is_dos_path()

static int is_dos_path ( const char * path)
inlinestatic

Definition at line 107 of file os_support.h.

Referenced by ff_mkdir_p(), and url_find_protocol().