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 |
int | showed_multi_packet_warning |
int | is_past_recording_time |
Definition at line 293 of file ffmpeg.c.
int64_t AVInputStream::next_pts |
int64_t AVInputStream::pts |
Definition at line 304 of file ffmpeg.c.
Referenced by av_transcode(), get_sync_ipts(), and output_packet().
int64_t AVInputStream::sample_index |
Definition at line 296 of file ffmpeg.c.
Referenced by av_transcode(), do_audio_out(), do_subtitle_out(), do_video_out(), output_packet(), and pre_process_video_frame().
int64_t AVInputStream::start |