Data Fields | |
| int | file_index |
| int | index |
| AVStream * | st |
| int | discard |
| int | decoding_needed |
| int64_t | sample_index |
| int64_t | start |
| int64_t | next_pts |
| int64_t | pts |
| int | is_start |
Definition at line 272 of file ffmpeg.c.
Definition at line 277 of file ffmpeg.c.
Referenced by av_encode(), and output_packet().
Definition at line 276 of file ffmpeg.c.
Referenced by av_encode().
Definition at line 273 of file ffmpeg.c.
Referenced by av_encode().
Definition at line 274 of file ffmpeg.c.
Referenced by av_encode().
Definition at line 284 of file ffmpeg.c.
Referenced by av_encode(), and do_audio_out().
| int64_t AVInputStream::next_pts |
Definition at line 281 of file ffmpeg.c.
Referenced by av_encode(), and output_packet().
| int64_t AVInputStream::pts |
Definition at line 283 of file ffmpeg.c.
Referenced by av_encode(), get_sync_ipts(), output_packet(), and pre_process_video_frame().
| int64_t AVInputStream::sample_index |
Definition at line 275 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), output_packet(), and pre_process_video_frame().
| int64_t AVInputStream::start |
Definition at line 280 of file ffmpeg.c.
Referenced by av_encode(), and output_packet().
1.7.1