f_lavfi: fix typo in comment

This commit is contained in:
wm4
2018-02-12 18:59:48 +01:00
committed by Kevin Mitchell
parent e167812406
commit 76947798ea

View File

@@ -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;