From 89777b1f5703b37f78884644692f3e1ce09076d1 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 26 Feb 2010 20:01:04 +0000 Subject: cosmetics: Rename "codecs_st" struct to just plain "codecs". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30752 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stheader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') 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) */ \ -- cgit v1.2.3