|
|
@ -2123,7 +2123,7 @@ static int transcode_init(void) |
|
|
|
ist = input_streams[i]; |
|
|
|
ist = input_streams[i]; |
|
|
|
|
|
|
|
|
|
|
|
for (j = 0; j < ist->nb_filters; j++) { |
|
|
|
for (j = 0; j < ist->nb_filters; j++) { |
|
|
|
if (ist->filters[j]->graph->graph_desc) { |
|
|
|
if (!filtergraph_is_simple(ist->filters[j]->graph)) { |
|
|
|
av_log(NULL, AV_LOG_INFO, " Stream #%d:%d (%s) -> %s", |
|
|
|
av_log(NULL, AV_LOG_INFO, " Stream #%d:%d (%s) -> %s", |
|
|
|
ist->file_index, ist->st->index, ist->dec ? ist->dec->name : "?", |
|
|
|
ist->file_index, ist->st->index, ist->dec ? ist->dec->name : "?", |
|
|
|
ist->filters[j]->name); |
|
|
|
ist->filters[j]->name); |
|
|
@ -2144,7 +2144,7 @@ static int transcode_init(void) |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (ost->filter && ost->filter->graph->graph_desc) { |
|
|
|
if (ost->filter && !filtergraph_is_simple(ost->filter->graph)) { |
|
|
|
/* output from a complex graph */ |
|
|
|
/* output from a complex graph */ |
|
|
|
av_log(NULL, AV_LOG_INFO, " %s", ost->filter->name); |
|
|
|
av_log(NULL, AV_LOG_INFO, " %s", ost->filter->name); |
|
|
|
if (nb_filtergraphs > 1) |
|
|
|
if (nb_filtergraphs > 1) |
|
|
|