FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions | Variables
img2.h File Reference
#include <stdint.h>
#include "avformat.h"
#include "libavutil/opt.h"

Go to the source code of this file.

Data Structures

struct  VideoDemuxData
 

Enumerations

enum  PatternType { PT_GLOB_SEQUENCE, PT_GLOB, PT_SEQUENCE, PT_NONE }
 

Functions

int ff_img_read_header (AVFormatContext *s1)
 
int ff_img_read_packet (AVFormatContext *s1, AVPacket *pkt)
 

Variables

const AVOption ff_img_options []
 

Enumeration Type Documentation

Enumerator
PT_GLOB_SEQUENCE 
PT_GLOB 
PT_SEQUENCE 
PT_NONE 

Definition at line 33 of file img2.h.

Function Documentation

int ff_img_read_header ( AVFormatContext s1)

Definition at line 177 of file img2dec.c.

int ff_img_read_packet ( AVFormatContext s1,
AVPacket pkt 
)

Definition at line 363 of file img2dec.c.

Variable Documentation

const AVOption ff_img_options[]

Definition at line 535 of file img2dec.c.