1
0
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:
Uoti Urpala 2010-10-30 07:18:49 +03:00
parent 32ac9c6547
commit 48237126ae

View File

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