changeset 30710:c6524b71a9da

cosmetics: Rename "codecs_st" struct to just plain "codecs".
author diego
date Fri, 26 Feb 2010 20:01:04 +0000
parents d7d299029638
children d68d26ab8e64
files codec-cfg.h libmpdemux/stheader.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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];
--- 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) */ \