mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 16:00:02 +01:00
fftools/ffmpeg: move freeing a filtergraph into a separate function
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user