
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 |
| ImgReSampleContext * | img_resample_ctx |
| int | video_crop |
| int | topBand |
| int | leftBand |
| int | video_pad |
| int | padtop |
| int | padbottom |
| int | padleft |
| int | padright |
| int | audio_resample |
| ReSampleContext * | resample |
| FifoBuffer | fifo |
| FILE * | logfile |
Definition at line 296 of file ffmpeg.c.
Definition at line 297 of file ffmpeg.c.
Referenced by av_encode(), output_packet(), and print_report().
Definition at line 298 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
| AVStream* AVOutputStream::st |
Definition at line 300 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().
Definition at line 302 of file ffmpeg.c.
Referenced by av_encode(), 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 307 of file ffmpeg.c.
Referenced by av_encode(), do_audio_out(), do_video_out(), do_video_stats(), and output_packet().
| FifoBuffer AVOutputStream::fifo |
| FILE* AVOutputStream::logfile |
Definition at line 327 of file ffmpeg.c.
Referenced by av_encode(), do_video_out(), and output_packet().
1.5.5