summaryrefslogtreecommitdiffstats
path: root/filters/f_lavfi.h
diff options
context:
space:
mode:
Diffstat (limited to 'filters/f_lavfi.h')
-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;