summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-12 18:59:48 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-13 17:45:29 -0800
commit76947798ea1217612c6d9be226d3ca1e5d9b49d0 (patch)
tree2afee00b786fdbfb0b5da5448ce1c20939a98ab3
parente167812406f97443d6422f4dd088a59db842f43a (diff)
downloadmpv-76947798ea1217612c6d9be226d3ca1e5d9b49d0.tar.bz2
mpv-76947798ea1217612c6d9be226d3ca1e5d9b49d0.tar.xz
f_lavfi: fix typo in comment
-rw-r--r--filters/f_lavfi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/f_lavfi.h b/filters/f_lavfi.h
index 089d4aee1f..b43be284cd 100644
--- a/filters/f_lavfi.h
+++ b/filters/f_lavfi.h
@@ -3,7 +3,7 @@
#include "frame.h"
// A wrapped libavfilter filter or filter graph.
-// (to free this, free the filtert itself, mp_lavfi.f)
+// (to free this, free the filter itself, mp_lavfi.f)
struct mp_lavfi {
// This mirrors the libavfilter pads according to the user specification.
struct mp_filter *f;