summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-26 20:01:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-26 20:01:04 +0000
commit89777b1f5703b37f78884644692f3e1ce09076d1 (patch)
tree32c00fbd7a417e1d31ad6f16112f1db2b3219357 /codec-cfg.h
parent38b7648cac09ce9a803335e7d697f7798e12a885 (diff)
downloadmpv-89777b1f5703b37f78884644692f3e1ce09076d1.tar.bz2
mpv-89777b1f5703b37f78884644692f3e1ce09076d1.tar.xz
cosmetics: Rename "codecs_st" struct to just plain "codecs".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index d3a1ae03ab..3522f68a48 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -56,7 +56,7 @@ typedef struct {
#endif
-typedef struct codecs_st {
+typedef struct codecs {
unsigned int fourcc[CODECS_MAX_FOURCC];
unsigned int fourccmap[CODECS_MAX_FOURCC];
unsigned int outfmt[CODECS_MAX_OUTFMT];