Searched defs:output_format_context (Results 1 – 1 of 1) sorted by relevance
148 AVFormatContext **output_format_context, in open_output_file()346 static int write_output_file_header(AVFormatContext *output_format_context) in write_output_file_header()666 AVFormatContext *output_format_context, in encode_audio_frame()738 AVFormatContext *output_format_context, in load_encode_and_write()777 static int write_output_file_trailer(AVFormatContext *output_format_context) in write_output_file_trailer()790 AVFormatContext *input_format_context = NULL, *output_format_context = NULL; in main() local