|
|
AVStream * | st |
| |
|
AVCodecContext * | enc |
| |
|
int64_t | next_pts |
| |
|
int | samples_count |
| |
|
AVFrame * | frame |
| |
|
AVFrame * | tmp_frame |
| |
|
float | t |
| |
|
float | tincr |
| |
|
float | tincr2 |
| |
|
struct SwsContext * | sws_ctx |
| |
|
struct SwrContext * | swr_ctx |
| |
|
int | file_index |
| |
|
int | index |
| |
|
int | source_index |
| |
|
int | encoding_needed |
| |
|
int | frame_number |
| |
|
struct InputStream * | sync_ist |
| |
|
int64_t | sync_opts |
| |
|
int64_t | first_pts |
| |
|
int64_t | last_mux_dts |
| |
|
AVRational | mux_timebase |
| |
|
AVRational | enc_timebase |
| |
|
int | nb_bitstream_filters |
| |
|
AVBSFContext ** | bsf_ctx |
| |
|
AVCodecContext * | enc_ctx |
| |
|
AVCodecParameters * | ref_par |
| |
|
AVCodec * | enc |
| |
|
int64_t | max_frames |
| |
|
AVFrame * | filtered_frame |
| |
|
AVFrame * | last_frame |
| |
|
int | last_dropped |
| |
|
int | last_nb0_frames [3] |
| |
|
void * | hwaccel_ctx |
| |
|
AVRational | frame_rate |
| |
|
int | is_cfr |
| |
|
int | force_fps |
| |
|
int | top_field_first |
| |
|
int | rotate_overridden |
| |
|
double | rotate_override_value |
| |
|
AVRational | frame_aspect_ratio |
| |
|
int64_t * | forced_kf_pts |
| |
|
int | forced_kf_count |
| |
|
int | forced_kf_index |
| |
|
char * | forced_keyframes |
| |
|
AVExpr * | forced_keyframes_pexpr |
| |
|
double | forced_keyframes_expr_const_values [FKF_NB] |
| |
|
int * | audio_channels_map |
| |
|
int | audio_channels_mapped |
| |
|
char * | logfile_prefix |
| |
|
FILE * | logfile |
| |
|
OutputFilter * | filter |
| |
|
char * | avfilter |
| |
|
char * | filters |
| | filtergraph associated to the -filter option
|
| |
|
char * | filters_script |
| | filtergraph script associated to the -filter_script option
|
| |
|
AVDictionary * | encoder_opts |
| |
|
AVDictionary * | sws_dict |
| |
|
AVDictionary * | swr_opts |
| |
|
AVDictionary * | resample_opts |
| |
|
char * | apad |
| |
|
OSTFinished | finished |
| |
|
int | unavailable |
| |
|
int | stream_copy |
| |
|
int | initialized |
| |
|
int | inputs_done |
| |
|
const char * | attachment_filename |
| |
|
int | copy_initial_nonkeyframes |
| |
|
int | copy_prior_start |
| |
|
char * | disposition |
| |
|
int | keep_pix_fmt |
| |
|
uint64_t | data_size |
| |
|
uint64_t | packets_written |
| |
|
uint64_t | frames_encoded |
| |
|
uint64_t | samples_encoded |
| |
|
int | quality |
| |
|
int | max_muxing_queue_size |
| |
|
AVFifoBuffer * | muxing_queue |
| |
|
int | pict_type |
| |
|
int64_t | error [4] |
| |
|
AVFormatContext * | ctx |
| |
|
int | ctx_inited |
| |
|
int | as_idx |
| |
|
AVIOContext * | out |
| |
|
char | format_name [8] |
| |
|
int | packets_written |
| |
|
char | initfile [1024] |
| |
|
int64_t | init_start_pos |
| |
|
int64_t | pos |
| |
|
int | init_range_length |
| |
|
int | nb_segments |
| |
|
int | segments_size |
| |
|
int | segment_index |
| |
|
Segment ** | segments |
| |
|
int64_t | start_pts |
| |
|
int64_t | max_pts |
| |
|
int64_t | last_dts |
| |
|
int | bit_rate |
| |
|
char | bandwidth_str [64] |
| |
|
char | codec_str [100] |
| |
|
int | written_len |
| |
|
char | filename [1024] |
| |
|
char | full_path [1024] |
| |
|
char | temp_path [1024] |
| |
|
int | bitrate |
| |
|
int | first_stream |
| |
|
uint8_t | iobuf [32768] |
| |
|
char | temp_filename [1024] |
| |
|
int64_t | frag_start_ts |
| |
|
int64_t | last_ts |
| |
|
int | nb_fragments |
| |
|
int | fragments_size |
| |
|
int | fragment_index |
| |
|
Fragment ** | fragments |
| |
|
int | has_audio |
| |
|
int | has_video |
| |
|
uint8_t * | metadata |
| |
|
int | metadata_size |
| |
|
uint8_t * | extra_packets [2] |
| |
|
int | extra_packet_sizes [2] |
| |
|
int | nb_extra_packets |
| |
|
char | dirname [1024] |
| |
|
URLContext * | out |
| |
|
URLContext * | out2 |
| |
|
URLContext * | tail_out |
| |
|
int64_t | tail_pos |
| |
|
int64_t | cur_pos |
| |
|
int64_t | cur_start_pos |
| |
|
const char * | stream_type_tag |
| |
|
const char * | fourcc |
| |
|
char * | private_str |
| |
|
int | packet_size |
| |
|
int | audio_tag |
| |
The documentation for this struct was generated from the following files:
- doc/examples/muxing.c
- fftools/ffmpeg.h
- libavformat/dashenc.c
- libavformat/hdsenc.c
- libavformat/smoothstreamingenc.c