1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

fftools/ffmpeg_filter: only store complex filtergraphs in global array

Store simple filtergraphs in the stream they feed. Keeping the two
separate will be useful in following commits.
This commit is contained in:
Anton Khirnov
2024-04-04 12:49:55 +02:00
parent d74cbcb963
commit 243a51490a
4 changed files with 22 additions and 3 deletions

View File

@@ -797,6 +797,7 @@ static void ost_free(OutputStream **post)
ms = ms_from_ost(ost);
enc_free(&ost->enc);
fg_free(&ost->fg_simple);
if (ost->logfile) {
if (fclose(ost->logfile))