mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
movies: remove unused fields from Vorbis and Opus audio cursors
This commit is contained in:
parent
1723fae158
commit
8af3e37bd2
@ -47,14 +47,6 @@ protected:
|
||||
OggOpusFile *_op;
|
||||
|
||||
int _link;
|
||||
double _byte_rate;
|
||||
int _block_align;
|
||||
int _bytes_per_sample;
|
||||
bool _is_float;
|
||||
|
||||
std::streampos _data_start;
|
||||
std::streampos _data_pos;
|
||||
size_t _data_size;
|
||||
|
||||
public:
|
||||
static TypeHandle get_class_type() {
|
||||
|
@ -50,16 +50,7 @@ protected:
|
||||
#ifndef CPPPARSER
|
||||
OggVorbis_File _ov;
|
||||
#endif
|
||||
|
||||
int _bitstream;
|
||||
double _byte_rate;
|
||||
int _block_align;
|
||||
int _bytes_per_sample;
|
||||
bool _is_float;
|
||||
|
||||
std::streampos _data_start;
|
||||
std::streampos _data_pos;
|
||||
size_t _data_size;
|
||||
|
||||
public:
|
||||
static TypeHandle get_class_type() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user