diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 14:24:45 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 07:55:48 +0100 |
commit | a4208b9b7d62c09414bd42172c6f30a8296dd1eb (patch) | |
tree | 9aebca5d76ac80ec918b757abf242f11ef1ddafc /avconv.c | |
parent | cf53704c55378cc0dcfc16637cdac7d58f0b3107 (diff) | |
download | ffmpeg-a4208b9b7d62c09414bd42172c6f30a8296dd1eb.tar.gz |
avconv: add options for reading filtergraphs from a file.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ static void exit_program(void) av_freep(&filtergraphs[i]->outputs[j]); } av_freep(&filtergraphs[i]->outputs); + av_freep(&filtergraphs[i]->graph_desc); av_freep(&filtergraphs[i]); } av_freep(&filtergraphs); |