mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 18:06:18 +00:00
Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
087fc28af3
commit
a0b67c1746
@ -30,6 +30,10 @@ typedef struct ov_struct_st {
|
|||||||
settings */
|
settings */
|
||||||
vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
|
vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
|
||||||
vorbis_block vb; /* local working space for packet->PCM decode */
|
vorbis_block vb; /* local working space for packet->PCM decode */
|
||||||
|
float rg_scale; /* replaygain scale */
|
||||||
|
#ifdef TREMOR
|
||||||
|
int rg_scale_int;
|
||||||
|
#endif
|
||||||
} ov_struct_t;
|
} ov_struct_t;
|
||||||
|
|
||||||
//// OggDS headers
|
//// OggDS headers
|
||||||
|
Loading…
Reference in New Issue
Block a user