summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--codec-cfg.h2
-rw-r--r--libmpdemux/stheader.h2
2 files changed, 2 insertions, 2 deletions
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];
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index ae9a13b231..c8624aea3e 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -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) */ \