| 
    FFmpeg
    
   | 
 
#include <ffmpeg.h>
Data Fields | |
| int64_t | last_pts | 
| int64_t | end_pts | 
| AVFifo * | sub_queue | 
| queue of AVSubtitle* before filter init  More... | |
| AVFrame * | frame | 
| int | w | 
| int | h | 
| unsigned int | initialize | 
| marks if sub2video_update should force an initialization  More... | |
| int64_t InputStream::sub2video::last_pts | 
Definition at line 361 of file ffmpeg.h.
Referenced by sub2video_prepare(), and sub2video_push_ref().
| int64_t InputStream::sub2video::end_pts | 
Definition at line 362 of file ffmpeg.h.
Referenced by sub2video_flush(), sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
| AVFifo* InputStream::sub2video::sub_queue | 
queue of AVSubtitle* before filter init
Definition at line 363 of file ffmpeg.h.
Referenced by configure_filtergraph(), ffmpeg_cleanup(), and transcode_subtitles().
| AVFrame* InputStream::sub2video::frame | 
Definition at line 364 of file ffmpeg.h.
Referenced by configure_filtergraph(), ffmpeg_cleanup(), sub2video_get_blank_frame(), sub2video_heartbeat(), sub2video_prepare(), sub2video_push_ref(), sub2video_update(), and transcode_subtitles().
| int InputStream::sub2video::w | 
Definition at line 365 of file ffmpeg.h.
Referenced by sub2video_get_blank_frame(), and sub2video_prepare().
| int InputStream::sub2video::h | 
Definition at line 365 of file ffmpeg.h.
Referenced by sub2video_get_blank_frame(), and sub2video_prepare().
| unsigned int InputStream::sub2video::initialize | 
marks if sub2video_update should force an initialization
Definition at line 366 of file ffmpeg.h.
Referenced by sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
 1.8.17