[MPlayer-cvslog] r30752 - in trunk: codec-cfg.h libmpdemux/stheader.h
diego
subversion at mplayerhq.hu
Fri Feb 26 21:01:04 CET 2010
Author: diego
Date: Fri Feb 26 21:01:04 2010
New Revision: 30752
Log:
cosmetics: Rename "codecs_st" struct to just plain "codecs".
Modified:
trunk/codec-cfg.h
trunk/libmpdemux/stheader.h
Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h Fri Feb 26 20:57:40 2010 (r30751)
+++ trunk/codec-cfg.h Fri Feb 26 21:01:04 2010 (r30752)
@@ -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];
Modified: trunk/libmpdemux/stheader.h
==============================================================================
--- trunk/libmpdemux/stheader.h Fri Feb 26 20:57:40 2010 (r30751)
+++ trunk/libmpdemux/stheader.h Fri Feb 26 21:01:04 2010 (r30752)
@@ -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) */ \
More information about the MPlayer-cvslog
mailing list