0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vf_fingerprint: remove extraneous single quote from description

This happened to break ZSH completion and seemed to be extraneous.

Reported by LaserEyess on IRC.
This commit is contained in:
Jan Ekström 2019-09-21 23:46:02 +03:00
parent 0b127312be
commit 6c6aba4359

View File

@ -283,7 +283,7 @@ static struct mp_filter *f_create(struct mp_filter *parent, void *options)
const struct mp_user_filter_entry vf_fingerprint = {
.desc = {
.description = "'Compute video frame fingerprints",
.description = "Compute video frame fingerprints",
.name = "fingerprint",
.priv_size = sizeof(OPT_BASE_STRUCT),
.priv_defaults = &f_opts_def,