From 76947798ea1217612c6d9be226d3ca1e5d9b49d0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Feb 2018 18:59:48 +0100 Subject: f_lavfi: fix typo in comment --- filters/f_lavfi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3