mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
fixed rate resampling
This commit is contained in:
parent
a0fadcc1b0
commit
a7c2814465
@ -28,7 +28,9 @@ extern "C" {
|
|||||||
#define COPYFORMAT copyformat
|
#define COPYFORMAT copyformat
|
||||||
#define UPDATEEFFECT(a, b, c, d) \
|
#define UPDATEEFFECT(a, b, c, d) \
|
||||||
(a)->ininfo.channels = (b)->info.channels; \
|
(a)->ininfo.channels = (b)->info.channels; \
|
||||||
(a)->outinfo.channels = (c)->info.channels;
|
(a)->outinfo.channels = (c)->info.channels; \
|
||||||
|
(a)->ininfo.rate = (b)->info.rate; \
|
||||||
|
(a)->outinfo.rate = (c)->info.rate;
|
||||||
#else /* PATCHLEVEL != 16 */
|
#else /* PATCHLEVEL != 16 */
|
||||||
#define FORMATS st_formats
|
#define FORMATS st_formats
|
||||||
#define ENCODEFIELD encoding
|
#define ENCODEFIELD encoding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user