FFmpeg
Data Fields
FFTextReader Struct Reference

#include <subtitles.h>

Data Fields

int type
 
AVIOContextpb
 
unsigned char buf [8]
 
int buf_pos
 
int buf_len
 
AVIOContext buf_pb
 

Detailed Description

Definition at line 40 of file subtitles.h.

Field Documentation

◆ type

int FFTextReader::type

Definition at line 41 of file subtitles.h.

Referenced by ff_subtitles_read_chunk().

◆ pb

AVIOContext* FFTextReader::pb

Definition at line 42 of file subtitles.h.

Referenced by ff_subtitles_read_chunk().

◆ buf

unsigned char FFTextReader::buf[8]

Definition at line 43 of file subtitles.h.

◆ buf_pos

int FFTextReader::buf_pos

Definition at line 44 of file subtitles.h.

Referenced by ff_subtitles_read_chunk().

◆ buf_len

int FFTextReader::buf_len

Definition at line 44 of file subtitles.h.

Referenced by ff_subtitles_read_chunk().

◆ buf_pb

AVIOContext FFTextReader::buf_pb

Definition at line 45 of file subtitles.h.


The documentation for this struct was generated from the following file: