1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-21 23:23:19 +00:00

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" #include "frame.h"
// A wrapped libavfilter filter or filter graph. // 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 { struct mp_lavfi {
// This mirrors the libavfilter pads according to the user specification. // This mirrors the libavfilter pads according to the user specification.
struct mp_filter *f; struct mp_filter *f;