diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-30 22:31:18 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-11 20:33:33 +0200 |
commit | 38f0c0781a6e099f11c0acec07f9b8be742190c4 (patch) | |
tree | f95058ce58bceb1c9f78c94a65b70949491ddb6b /avconv_opt.c | |
parent | 4a37d4b3f8137a4c2bbbca043de076af966b9446 (diff) | |
download | ffmpeg-38f0c0781a6e099f11c0acec07f9b8be742190c4.tar.gz |
lavfi: merge avfiltergraph.h into avfilter.h
We do not support using filters without AVFilterGraph in practice
anyway, so there is no point in pretending we do.
Diffstat (limited to 'avconv_opt.c')
-rw-r--r-- | avconv_opt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv_opt.c b/avconv_opt.c index 2e5cb05a4a..894d6c3c76 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -28,7 +28,6 @@ #include "libavcodec/avcodec.h" #include "libavfilter/avfilter.h" -#include "libavfilter/avfiltergraph.h" #include "libavutil/avassert.h" #include "libavutil/avstring.h" |