# HG changeset patch # User diego # Date 1267214464 0 # Node ID c6524b71a9da6d1bfefed8b79015da8d4a5e5bfc # Parent d7d299029638e8d64ee47c5d456e2fe71e650f3b cosmetics: Rename "codecs_st" struct to just plain "codecs". diff -r d7d299029638 -r c6524b71a9da codec-cfg.h --- a/codec-cfg.h Fri Feb 26 19:57:40 2010 +0000 +++ b/codec-cfg.h Fri Feb 26 20:01:04 2010 +0000 @@ -56,7 +56,7 @@ #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]; diff -r d7d299029638 -r c6524b71a9da libmpdemux/stheader.h --- a/libmpdemux/stheader.h Fri Feb 26 19:57:40 2010 +0000 +++ b/libmpdemux/stheader.h Fri Feb 26 20:01:04 2010 +0000 @@ -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) */ \