FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 

Detailed Description

Definition at line 346 of file ffmpeg.h.

Field Documentation

int64_t InputStream::sub2video::last_pts

Definition at line 347 of file ffmpeg.h.

Referenced by sub2video_prepare(), and sub2video_push_ref().

int64_t InputStream::sub2video::end_pts

Definition at line 348 of file ffmpeg.h.

Referenced by sub2video_flush(), sub2video_heartbeat(), and sub2video_update().

AVFifoBuffer* InputStream::sub2video::sub_queue

queue of AVSubtitle* before filter init

Definition at line 349 of file ffmpeg.h.

Referenced by configure_filtergraph(), ffmpeg_cleanup(), and transcode_subtitles().

AVFrame* InputStream::sub2video::frame
int InputStream::sub2video::w

Definition at line 351 of file ffmpeg.h.

Referenced by sub2video_get_blank_frame(), and sub2video_prepare().

int InputStream::sub2video::h

Definition at line 351 of file ffmpeg.h.

Referenced by sub2video_get_blank_frame(), and sub2video_prepare().


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