Data Fields | |
| int | file_index |
| AVStream * | st |
| int | discard |
| int | decoding_needed |
| AVCodec * | dec |
| AVFrame * | decoded_frame |
| AVFrame * | filtered_frame |
| int64_t | start |
| int64_t | next_pts |
| int64_t | pts |
| double | ts_scale |
| int | is_start |
| int | showed_multi_packet_warning |
| AVDictionary * | opts |
Definition at line 160 of file avconv.c.
Definition at line 165 of file avconv.c.
Referenced by add_input_streams(), init_input_stream(), and transcode_init().
Definition at line 164 of file avconv.c.
Referenced by init_input_stream(), output_packet(), transcode(), and transcode_init().
Definition at line 163 of file avconv.c.
Referenced by add_input_streams(), opt_output_file(), transcode(), and transcode_init().
Definition at line 161 of file avconv.c.
Referenced by add_input_streams(), do_audio_out(), do_video_resample(), init_input_stream(), new_audio_stream(), rate_emu_sleep(), transcode(), and transcode_init().
| int64_t InputStream::next_pts |
Definition at line 170 of file avconv.c.
Referenced by init_input_stream(), output_packet(), transcode(), transcode_audio(), and transcode_video().
Definition at line 176 of file avconv.c.
Referenced by add_input_streams(), and init_input_stream().
| int64_t InputStream::pts |
Definition at line 172 of file avconv.c.
Referenced by check_output_constraints(), do_streamcopy(), get_sync_ipts(), init_input_stream(), output_packet(), rate_emu_sleep(), transcode(), and transcode_video().
Definition at line 162 of file avconv.c.
Referenced by add_input_streams(), do_audio_out(), do_streamcopy(), do_subtitle_out(), do_video_out(), do_video_resample(), init_input_stream(), new_audio_stream(), opt_output_file(), output_packet(), pre_process_video_frame(), transcode(), transcode_audio(), transcode_init(), transcode_subtitles(), and transcode_video().
| int64_t InputStream::start |
| double InputStream::ts_scale |
1.5.8