]> git.sesse.net Git - ffmpeg/commit
avconv: add a function for determining whether a filtergraph is simple
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2016 15:57:59 +0000 (17:57 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 10:39:02 +0000 (12:39 +0200)
commit49670e4218d34899a1c37abb7a11615efc16f757
treeaeeeaf41a6ae6575857a554477a7121960724430
parent58640fe89ec4f2a3d67c0a2585fca8de34440857
avconv: add a function for determining whether a filtergraph is simple

This makes the code easier to read.
avconv.c
avconv.h
avconv_filter.c