summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-18 19:41:48 +0200
committerAnton Khirnov <anton@khirnov.net>2023-04-24 16:56:06 +0200
commitcc7a8ddf56468a2d96c284a5737fd85a05811a3e (patch)
tree0078f8e82d2b75b8c3c3d91c43639b662eb36963 /fftools/ffmpeg.h
parenteb9ce9de3ba4422d781c79fb53c9f86cfddcc58b (diff)
downloadffmpeg-cc7a8ddf56468a2d96c284a5737fd85a05811a3e.tar.gz
fftools/ffmpeg: move freeing a filtergraph into a separate function
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 07c1fc7ed6..95591f4bba 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -814,6 +814,8 @@ int ifilter_has_all_input_formats(FilterGraph *fg);
*/
FilterGraph *fg_create(char *graph_desc);
+void fg_free(FilterGraph **pfg);
+
/**
* Perform a step of transcoding for the specified filter graph.
*