fftools/ffmpeg_filter: add filtergraph private data

Start by moving OutputStream.filtered_frame to it, which really belongs
to the filtergraph rather than the output stream.
This commit is contained in:
Anton Khirnov
2023-04-18 19:44:15 +02:00
parent aee5b774bf
commit 09dd9c5f41
4 changed files with 26 additions and 11 deletions

View File

@@ -845,7 +845,6 @@ static void ost_free(OutputStream **post)
av_bsf_free(&ms->bsf_ctx);
av_frame_free(&ost->filtered_frame);
av_packet_free(&ost->pkt);
av_dict_free(&ost->encoder_opts);