mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
cosmetics: Rename "codecs_st" struct to just plain "codecs".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30752 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
38b7648cac
commit
89777b1f57
@ -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];
|
||||
|
@ -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) */ \
|
||||
|
Loading…
Reference in New Issue
Block a user