fftools/ffmpeg: move freeing a filtergraph into a separate function

This commit is contained in:
Anton Khirnov
2023-04-18 19:41:48 +02:00
parent eb9ce9de3b
commit cc7a8ddf56
3 changed files with 49 additions and 39 deletions

View File

@@ -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.
*