FFmpeg
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
 
struct  IdStrMap
 

Enumerations

enum  PatternType {
  PT_GLOB_SEQUENCE, PT_GLOB, PT_SEQUENCE, PT_NONE,
  PT_DEFAULT
}
 

Functions

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

Variables

const IdStrMap ff_img_tags []
 
const AVOption ff_img_options []
 

Enumeration Type Documentation

◆ PatternType

Enumerator
PT_GLOB_SEQUENCE 
PT_GLOB 
PT_SEQUENCE 
PT_NONE 
PT_DEFAULT 

Definition at line 33 of file img2.h.

Function Documentation

◆ ff_img_read_header()

int ff_img_read_header ( AVFormatContext s1)

Definition at line 188 of file img2dec.c.

◆ ff_img_read_packet()

int ff_img_read_packet ( AVFormatContext s1,
AVPacket pkt 
)

Definition at line 412 of file img2dec.c.

Variable Documentation

◆ ff_img_tags

const IdStrMap ff_img_tags[]

Definition at line 27 of file img2.c.

Referenced by ff_guess_image2_codec(), and query_codec().

◆ ff_img_options

const AVOption ff_img_options[]