From 89777b1f5703b37f78884644692f3e1ce09076d1 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 26 Feb 2010 20:01:04 +0000 Subject: cosmetics: Rename "codecs_st" struct to just plain "codecs". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30752 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec-cfg.h') 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]; -- cgit v1.2.3