summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/mpc_info.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-11-03 15:21:53 +0200
committerUoti Urpala <uau@mplayer2.org>2011-11-14 20:24:36 +0200
commit991d7387b31f97cdbb1149d703bda7afd42ca58b (patch)
treeb5b0a80cc2bae3cc33db7c6607c3129080dcf5ba /libmpcodecs/mpc_info.h
parente3f5043233336d8b4b0731c6a8b42a8fda5535ac (diff)
downloadmpv-991d7387b31f97cdbb1149d703bda7afd42ca58b.tar.bz2
mpv-991d7387b31f97cdbb1149d703bda7afd42ca58b.tar.xz
cosmetics: vf.[ch]: reformat
Also a couple of smaller changes to other files.
Diffstat (limited to 'libmpcodecs/mpc_info.h')
-rw-r--r--libmpcodecs/mpc_info.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/libmpcodecs/mpc_info.h b/libmpcodecs/mpc_info.h
index 8554699120..45139947cb 100644
--- a/libmpcodecs/mpc_info.h
+++ b/libmpcodecs/mpc_info.h
@@ -19,19 +19,19 @@
#ifndef MPLAYER_MPC_INFO_H
#define MPLAYER_MPC_INFO_H
-typedef struct mp_codec_info_s
+struct mp_codec_info
{
- /* codec long name ("Autodesk FLI/FLC Animation decoder" */
- const char *name;
- /* short name (same as driver name in codecs.conf) ("dshow") */
- const char *short_name;
- /* interface author/maintainer */
- const char *maintainer;
- /* codec author ("Aaron Holtzman <aholtzma@ess.engr.uvic.ca>") */
- const char *author;
- /* any additional comments */
- const char *comment;
-} mp_codec_info_t;
+ /* codec long name ("Autodesk FLI/FLC Animation decoder" */
+ const char *name;
+ /* short name (same as driver name in codecs.conf) ("dshow") */
+ const char *short_name;
+ /* interface author/maintainer */
+ const char *maintainer;
+ /* codec author ("Aaron Holtzman <aholtzma@ess.engr.uvic.ca>") */
+ const char *author;
+ /* any additional comments */
+ const char *comment;
+};
#define CONTROL_OK 1
#define CONTROL_TRUE 1