FFmpeg
|
#include <ffmpeg.h>
Data Structures | |
struct | sub2video |
int InputStream::file_index |
Definition at line 303 of file ffmpeg.h.
Referenced by check_init_output_file(), configure_input_filter(), ifilter_send_eof(), transcode_init(), and transcode_step().
AVStream * InputStream::st |
Definition at line 304 of file ffmpeg.h.
Referenced by configure_input_filter(), flush_encoders(), ifilter_send_eof(), ifilter_send_frame(), init_output_stream_encode(), new_output_stream(), open_output_file(), report_new_stream(), set_dispositions(), sub2video_heartbeat(), transcode_init(), and write_packet().
int InputStream::discard |
Definition at line 305 of file ffmpeg.h.
Referenced by new_output_stream(), and transcode_init().
int InputStream::user_set_discard |
Definition at line 306 of file ffmpeg.h.
Referenced by new_output_stream(), and opt_map_channel().
AVCodecContext * InputStream::dec_ctx |
Definition at line 311 of file ffmpeg.h.
Referenced by check_keyboard_interaction().
const AVCodec* InputStream::dec |
Definition at line 312 of file ffmpeg.h.
Referenced by configure_input_filter(), guess_input_channel_layout(), init_output_stream(), and transcode_init().
AVFrame* InputStream::decoded_frame |
Definition at line 313 of file ffmpeg.h.
Referenced by decode_audio(), decode_video(), and send_frame_to_filters().
int64_t InputStream::start |
Definition at line 317 of file ffmpeg.h.
Referenced by transcode_init().
int64_t InputStream::next_dts |
Definition at line 320 of file ffmpeg.h.
Referenced by process_input_packet().
int64_t InputStream::first_dts |
int64_t InputStream::dts |
dts of the last packet read for this stream (in AV_TIME_BASE units)
Definition at line 322 of file ffmpeg.h.
Referenced by decode_video().
int64_t InputStream::next_pts |
int64_t InputStream::pts |
AVDictionary* InputStream::decoder_opts |
AVRational InputStream::framerate |
int InputStream::got_output |
Definition at line 350 of file ffmpeg.h.
Referenced by check_decode_result(), decode_audio(), decode_video(), process_input_packet(), transcode_step(), and transcode_subtitles().
AVSubtitle InputStream::subtitle |
Definition at line 352 of file ffmpeg.h.
Referenced by transcode_subtitles().
struct { ... } InputStream::prev_sub |
Referenced by transcode_subtitles().
Referenced by sub2video_heartbeat().
InputFilter** InputStream::filters |
Definition at line 366 of file ffmpeg.h.
Referenced by sub2video_heartbeat().
int InputStream::nb_filters |
Definition at line 367 of file ffmpeg.h.
Referenced by send_frame_to_filters(), and sub2video_heartbeat().
int InputStream::reinit_filters |
Definition at line 369 of file ffmpeg.h.
Referenced by ifilter_send_frame().
enum AVHWDeviceType InputStream::hwaccel_device_type |
enum AVPixelFormat InputStream::hwaccel_output_format |
void(* InputStream::hwaccel_uninit) (AVCodecContext *s) |
int(* InputStream::hwaccel_retrieve_data) (AVCodecContext *s, AVFrame *frame) |
enum AVPixelFormat InputStream::hwaccel_pix_fmt |
enum AVPixelFormat InputStream::hwaccel_retrieved_pix_fmt |
uint64_t InputStream::data_size |
Definition at line 386 of file ffmpeg.h.
Referenced by print_final_stats().