Libav 0.7.1
|
Data Fields | |
int | file_index |
AVStream * | st |
int | discard |
int | decoding_needed |
int64_t | sample_index |
int64_t | start |
int64_t | next_pts |
int64_t | pts |
PtsCorrectionContext | pts_ctx |
int | is_start |
int | showed_multi_packet_warning |
int | is_past_recording_time |
Definition at line 310 of file ffmpeg.c.
Referenced by output_packet(), and transcode().
Definition at line 309 of file ffmpeg.c.
Referenced by opt_input_file(), and transcode().
Definition at line 307 of file ffmpeg.c.
Referenced by do_audio_out(), do_video_out(), opt_input_file(), and transcode().
Definition at line 320 of file ffmpeg.c.
Referenced by transcode().
Definition at line 318 of file ffmpeg.c.
Referenced by do_audio_out(), and transcode().
int64_t AVInputStream::next_pts |
Definition at line 314 of file ffmpeg.c.
Referenced by output_packet(), and transcode().
int64_t AVInputStream::pts |
Definition at line 316 of file ffmpeg.c.
Referenced by get_sync_ipts(), output_packet(), and transcode().
Definition at line 317 of file ffmpeg.c.
Referenced by output_packet(), and transcode().
int64_t AVInputStream::sample_index |
Definition at line 319 of file ffmpeg.c.
Referenced by output_packet().
Definition at line 308 of file ffmpeg.c.
Referenced by do_audio_out(), do_subtitle_out(), do_video_out(), opt_input_file(), output_packet(), pre_process_video_frame(), and transcode().
int64_t AVInputStream::start |
Definition at line 313 of file ffmpeg.c.
Referenced by output_packet().