diff options
Diffstat (limited to 'libmpcodecs/mpc_info.h')
-rw-r--r-- | libmpcodecs/mpc_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmpcodecs/mpc_info.h b/libmpcodecs/mpc_info.h index 1f527dd66d..97f90b899f 100644 --- a/libmpcodecs/mpc_info.h +++ b/libmpcodecs/mpc_info.h @@ -7,8 +7,6 @@ typedef struct mp_codec_info_s const char *name; /* short name (same as driver name in codecs.conf) ("dshow") */ const char *short_name; - /* codec family: -vfm id */ - const int id; /* interface author/maintainer */ const char *maintainer; /* codec author ("Aaron Holtzman <aholtzma@ess.engr.uvic.ca>") */ |