mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 13:32:16 +00:00
cosmetics: remove "_s" prefix from "struct vf_info_s"
This commit is contained in:
parent
32ac9c6547
commit
48237126ae
@ -25,7 +25,7 @@ struct MPOpts;
|
|||||||
struct vf_instance;
|
struct vf_instance;
|
||||||
struct vf_priv_s;
|
struct vf_priv_s;
|
||||||
|
|
||||||
typedef struct vf_info_s {
|
typedef struct vf_info {
|
||||||
const char *info;
|
const char *info;
|
||||||
const char *name;
|
const char *name;
|
||||||
const char *author;
|
const char *author;
|
||||||
|
Loading…
Reference in New Issue
Block a user