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 | video_crop |
| int | topBand |
| int | leftBand |
| 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 235 of file ffmpeg.c.
Definition at line 268 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), and output_packet().
Definition at line 236 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), output_packet(), and print_report().
Definition at line 241 of file ffmpeg.c.
Referenced by av_encode(), do_video_out(), do_video_stats(), output_packet(), and print_report().
struct SwsContext* AVOutputStream::img_resample_ctx [read] |
Definition at line 237 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
| FILE* AVOutputStream::logfile |
Definition at line 269 of file ffmpeg.c.
Referenced by av_encode(), do_video_out(), and output_packet().
Definition at line 239 of file ffmpeg.c.
Referenced by av_encode(), 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 246 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_video_out(), do_video_stats(), and output_packet().
1.5.8