movies: remove unused fields from Vorbis and Opus audio cursors

This commit is contained in:
rdb 2019-04-29 12:14:04 +02:00
parent 1723fae158
commit 8af3e37bd2
2 changed files with 0 additions and 17 deletions

View File

@ -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() {

View File

@ -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() {