Data Fields | |
int | file_index |
int | index |
int | source_index |
AVStream * | st |
int | encoding_needed |
int | frame_number |
struct AVInputStream * | sync_ist |
int64_t | sync_opts |
AVBitStreamFilterContext * | bitstream_filters |
AVCodec * | enc |
int | video_resample |
AVFrame | resample_frame |
struct SwsContext * | img_resample_ctx |
int | resample_height |
int | resample_width |
int | resample_pix_fmt |
AVRational | frame_rate |
float | frame_aspect_ratio |
int64_t * | forced_kf_pts |
int | forced_kf_count |
int | forced_kf_index |
int | audio_resample |
ReSampleContext * | resample |
int | resample_sample_fmt |
int | resample_channels |
int | resample_sample_rate |
int | reformat_pair |
AVAudioConvert * | reformat_ctx |
AVFifoBuffer * | fifo |
FILE * | logfile |
int | sws_flags |
char * | forced_key_frames |
Definition at line 265 of file ffmpeg.c.
Definition at line 277 of file ffmpeg.c.
Referenced by do_audio_out(), do_subtitle_out(), do_video_out(), new_audio_stream(), new_subtitle_stream(), new_video_stream(), and output_packet().
Definition at line 278 of file ffmpeg.c.
Referenced by new_audio_stream(), new_subtitle_stream(), new_video_stream(), and transcode().
Definition at line 304 of file ffmpeg.c.
Referenced by do_audio_out(), output_packet(), and transcode().
Definition at line 266 of file ffmpeg.c.
Referenced by new_output_stream(), output_packet(), and transcode().
Definition at line 293 of file ffmpeg.c.
Referenced by do_video_out(), and parse_forced_key_frames().
int64_t* AVOutputStream::forced_kf_pts |
Definition at line 292 of file ffmpeg.c.
Referenced by do_video_out(), and parse_forced_key_frames().
Definition at line 271 of file ffmpeg.c.
Referenced by do_video_out(), do_video_stats(), output_packet(), print_report(), and transcode().
struct SwsContext* AVOutputStream::img_resample_ctx [read] |
Definition at line 267 of file ffmpeg.c.
Referenced by do_audio_out(), do_subtitle_out(), do_video_out(), new_output_stream(), output_packet(), and transcode().
FILE* AVOutputStream::logfile |
Definition at line 305 of file ffmpeg.c.
Referenced by do_video_out(), output_packet(), and transcode().
Definition at line 269 of file ffmpeg.c.
Referenced by do_audio_out(), do_subtitle_out(), do_video_out(), do_video_stats(), output_packet(), print_report(), and transcode().
struct AVInputStream* AVOutputStream::sync_ist [read] |
int64_t AVOutputStream::sync_opts |
Definition at line 276 of file ffmpeg.c.
Referenced by do_audio_out(), do_video_out(), do_video_stats(), and output_packet().