1 #ifndef MPLAYER_MPC_INFO_H
2 #define MPLAYER_MPC_INFO_H
4 typedef struct mp_codec_info_s
6 /* codec long name ("Autodesk FLI/FLC Animation decoder" */
8 /* short name (same as driver name in codecs.conf) ("dshow") */
9 const char *short_name
;
10 /* interface author/maintainer */
11 const char *maintainer
;
12 /* codec author ("Aaron Holtzman <aholtzma@ess.engr.uvic.ca>") */
14 /* any additional comments */
19 #define CONTROL_TRUE 1
20 #define CONTROL_FALSE 0
21 #define CONTROL_UNKNOWN -1
22 #define CONTROL_ERROR -2
25 #endif /* MPLAYER_MPC_INFO_H */