Descriptor::get_total_dimension() is really needed?
Status: Planning
Brought to you by:
giuppe3d
Seems to me that we can avoid (and deprecate) the member function Descriptor::get_total_dimension(): when we need the size of a Descriptor we can serialize() it and then get its lenght.
Motivations:
1) possible size inconsistency when modifying the header
2) possible size inconsistency when adding several codec_parameters
Logged In: YES
user_id=1903626
Originator: NO
Code corrected: now the descriptor total dimension variable is non necessary and, then, not implemented.