mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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;
|
OggOpusFile *_op;
|
||||||
|
|
||||||
int _link;
|
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:
|
public:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
|
@ -50,16 +50,7 @@ protected:
|
|||||||
#ifndef CPPPARSER
|
#ifndef CPPPARSER
|
||||||
OggVorbis_File _ov;
|
OggVorbis_File _ov;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int _bitstream;
|
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:
|
public:
|
||||||
static TypeHandle get_class_type() {
|
static TypeHandle get_class_type() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user