FFmpeg
Data Fields
InputStream::sub2video Struct Reference

#include <ffmpeg.h>

Data Fields

int64_t last_pts
 
int64_t end_pts
 
AVFifoBuffersub_queue
 queue of AVSubtitle* before filter init More...
 
AVFrameframe
 
int w
 
int h
 
unsigned int initialize
 marks if sub2video_update should force an initialization More...
 

Detailed Description

Definition at line 355 of file ffmpeg.h.

Field Documentation

◆ last_pts

int64_t InputStream::sub2video::last_pts

Definition at line 356 of file ffmpeg.h.

◆ end_pts

int64_t InputStream::sub2video::end_pts

Definition at line 357 of file ffmpeg.h.

Referenced by sub2video_heartbeat().

◆ sub_queue

AVFifoBuffer* InputStream::sub2video::sub_queue

queue of AVSubtitle* before filter init

Definition at line 358 of file ffmpeg.h.

◆ frame

AVFrame* InputStream::sub2video::frame

Definition at line 359 of file ffmpeg.h.

Referenced by sub2video_heartbeat().

◆ w

int InputStream::sub2video::w

Definition at line 360 of file ffmpeg.h.

◆ h

int InputStream::sub2video::h

Definition at line 360 of file ffmpeg.h.

◆ initialize

unsigned int InputStream::sub2video::initialize

marks if sub2video_update should force an initialization

Definition at line 361 of file ffmpeg.h.

Referenced by sub2video_heartbeat().


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