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 |
int | video_resample |
AVFrame | pict_tmp |
struct SwsContext * | img_resample_ctx |
int | resample_height |
int | resample_width |
int | resample_pix_fmt |
int | original_height |
int | original_width |
int | video_crop |
int | topBand |
int | bottomBand |
int | leftBand |
int | rightBand |
int | original_topBand |
int | original_bottomBand |
int | original_leftBand |
int | original_rightBand |
int | video_pad |
int | padtop |
int | padbottom |
int | padleft |
int | padright |
int | audio_resample |
ReSampleContext * | resample |
int | reformat_pair |
AVAudioConvert * | reformat_ctx |
AVFifoBuffer * | fifo |
FILE * | logfile |
Definition at line 240 of file ffmpeg.c.
Definition at line 289 of file ffmpeg.c.
Referenced by av_transcode(), do_audio_out(), and output_packet().
Definition at line 241 of file ffmpeg.c.
Referenced by av_transcode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
Definition at line 246 of file ffmpeg.c.
Referenced by av_transcode(), do_video_out(), do_video_stats(), output_packet(), and print_report().
struct SwsContext* AVOutputStream::img_resample_ctx [read] |
Definition at line 242 of file ffmpeg.c.
Referenced by av_transcode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
FILE* AVOutputStream::logfile |
Definition at line 290 of file ffmpeg.c.
Referenced by av_transcode(), do_video_out(), and output_packet().
Definition at line 244 of file ffmpeg.c.
Referenced by av_transcode(), do_audio_out(), do_subtitle_out(), do_video_out(), do_video_stats(), output_packet(), and print_report().
struct AVInputStream* AVOutputStream::sync_ist [read] |
int64_t AVOutputStream::sync_opts |
Definition at line 251 of file ffmpeg.c.
Referenced by do_audio_out(), do_video_out(), do_video_stats(), and output_packet().