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:
parent
e167812406
commit
76947798ea
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user