cosmetics: Rename "codecs_st" struct to just plain "codecs".

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30752 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-26 20:01:04 +00:00
parent 38b7648cac
commit 89777b1f57
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -27,7 +27,7 @@
#define SH_COMMON \
demux_stream_t *ds; \
struct codecs_st *codec; \
struct codecs *codec; \
unsigned int format; \
int initialized; \
float stream_delay; /* number of seconds stream should be delayed (according to dwStart or similar) */ \