mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Remove unused field bitstream_length from kvz_encoder.
This commit is contained in:
parent
97913cee40
commit
009717bf7c
|
@ -46,8 +46,6 @@ struct kvz_encoder {
|
|||
|
||||
unsigned frames_started;
|
||||
unsigned frames_done;
|
||||
|
||||
size_t bitstream_length;
|
||||
};
|
||||
|
||||
#endif // KVAZAAR_INTERNAL_H_
|
||||
|
|
Loading…
Reference in a new issue