libavcodec/png_parser.c File Reference

PNG parser. More...

#include "parser.h"

Go to the source code of this file.

Data Structures

struct  PNGParseContext

Defines

#define PNGSIG   0x89504e470d0a1a0a
#define MNGSIG   0x8a4d4e470d0a1a0a

Functions

static int png_parse (AVCodecParserContext *s, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)

Variables

AVCodecParser ff_png_parser


Detailed Description

PNG parser.

Definition in file png_parser.c.


Define Documentation

#define MNGSIG   0x8a4d4e470d0a1a0a

Definition at line 30 of file png_parser.c.

Referenced by png_parse().

#define PNGSIG   0x89504e470d0a1a0a

Definition at line 29 of file png_parser.c.

Referenced by png_parse().


Function Documentation

static int png_parse ( AVCodecParserContext s,
AVCodecContext avctx,
const uint8_t **  poutbuf,
int *  poutbuf_size,
const uint8_t buf,
int  buf_size 
) [static]

Definition at line 40 of file png_parser.c.


Variable Documentation

Initial value:

Definition at line 117 of file png_parser.c.


Generated on Fri Oct 26 02:47:58 2012 for FFmpeg by  doxygen 1.5.8