Home
last modified time | relevance | path

Searched refs:encoding_needed (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_mux.c59 if (!(st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO && ost->encoding_needed) && !unqueue) { in of_write_packet()
Dffmpeg.h462 int encoding_needed; /* true if encoding needed for this stream */ member
Dffmpeg.c1480 if (ost->encoding_needed) { in print_final_stats()
1744 if (!ost->encoding_needed) in flush_encoders()
2335 if (!check_output_constraints(ist, ost) || !ost->encoding_needed in transcode_subtitles()
2543 if (!check_output_constraints(ist, ost) || ost->encoding_needed) in process_input_packet()
3122 if (ost->encoding_needed) { in init_output_stream()
4414 if (ost->encoding_needed) { in transcode()
Dffmpeg_opt.c1514 ost->encoding_needed = !ost->stream_copy; in choose_encoder()
1518 ost->encoding_needed = 0; in choose_encoder()
2773 if (ost->encoding_needed && ost->source_index >= 0) { in open_output_file()