libavformat/file.c File Reference

#include "libavutil/avstring.h"
#include "avformat.h"
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <stdlib.h>
#include "os_support.h"
#include "url.h"

Go to the source code of this file.

Functions

static int file_read (URLContext *h, unsigned char *buf, int size)
static int file_write (URLContext *h, const unsigned char *buf, int size)
static int file_get_handle (URLContext *h)
static int file_check (URLContext *h, int mask)


Function Documentation

static int file_check ( URLContext h,
int  mask 
) [static]

Definition at line 56 of file file.c.

static int file_get_handle ( URLContext h  )  [static]

Definition at line 51 of file file.c.

static int file_read ( URLContext h,
unsigned char *  buf,
int  size 
) [static]

Definition at line 37 of file file.c.

static int file_write ( URLContext h,
const unsigned char *  buf,
int  size 
) [static]

Definition at line 44 of file file.c.


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8