Remove unused field bitstream_length from kvz_encoder.

This commit is contained in:
Arttu Ylä-Outinen 2015-09-07 16:25:52 +03:00
parent 97913cee40
commit 009717bf7c

View file

@ -46,8 +46,6 @@ struct kvz_encoder {
unsigned frames_started;
unsigned frames_done;
size_t bitstream_length;
};
#endif // KVAZAAR_INTERNAL_H_