libavcodec/api-example.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "libavcodec/avcodec.h"
#include "libavutil/mathematics.h"

Go to the source code of this file.

Defines

#define INBUF_SIZE   4096

Functions

static void audio_encode_example (const char *filename)
static void audio_decode_example (const char *outfilename, const char *filename)
static void video_encode_example (const char *filename)
static void pgm_save (unsigned char *buf, int wrap, int xsize, int ysize, char *filename)
static void video_decode_example (const char *outfilename, const char *filename)
int main (int argc, char **argv)


Define Documentation

#define INBUF_SIZE   4096

Definition at line 41 of file api-example.c.

Referenced by audio_decode_example(), and video_decode_example().


Function Documentation

static void audio_decode_example ( const char *  outfilename,
const char *  filename 
) [static]

Definition at line 114 of file api-example.c.

Referenced by main().

static void audio_encode_example ( const char *  filename  )  [static]

Definition at line 46 of file api-example.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 434 of file api-example.c.

static void pgm_save ( unsigned char *  buf,
int  wrap,
int  xsize,
int  ysize,
char *  filename 
) [static]

Definition at line 302 of file api-example.c.

Referenced by video_decode_example().

static void video_decode_example ( const char *  outfilename,
const char *  filename 
) [static]

Definition at line 315 of file api-example.c.

Referenced by main().

static void video_encode_example ( const char *  filename  )  [static]

Definition at line 191 of file api-example.c.

Referenced by main().


Generated on Tue Apr 20 17:39:25 2010 for FFmpeg by  doxygen 1.5.6