| FFmpeg
    | 
InputStream::sub2video Struct Reference
  #include <ffmpeg.h>
Collaboration diagram for InputStream::sub2video:

| Data Fields | |
| int64_t | last_pts | 
| int64_t | end_pts | 
| AVFrame * | frame | 
| int | w | 
| int | h | 
Detailed Description
Field Documentation
| int64_t InputStream::sub2video::end_pts | 
Definition at line 261 of file ffmpeg.h.
Referenced by sub2video_heartbeat(), and sub2video_update().
| AVFrame* InputStream::sub2video::frame | 
Definition at line 262 of file ffmpeg.h.
Referenced by sub2video_get_blank_frame(), sub2video_heartbeat(), sub2video_prepare(), sub2video_push_ref(), and sub2video_update().
| int InputStream::sub2video::h | 
Definition at line 263 of file ffmpeg.h.
Referenced by sub2video_get_blank_frame(), sub2video_prepare(), and sub2video_update().
| int64_t InputStream::sub2video::last_pts | 
Definition at line 260 of file ffmpeg.h.
Referenced by sub2video_push_ref().
| int InputStream::sub2video::w | 
Definition at line 263 of file ffmpeg.h.
Referenced by sub2video_get_blank_frame(), sub2video_prepare(), and sub2video_update().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11