configBitstreamParser: added filename getter

This commit is contained in:
Gwenhael Goavec-Merou 2025-09-24 08:06:28 +02:00
parent 39b3ca5871
commit 6935936a92
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ class ConfigBitstreamParser {
const uint8_t *getData() const {return _bit_data.data();}
int getLength() {return _bit_length;}
/**
* \brief return bitstream file name
*/
std::string getFilename() const {return _filename;}
/**
* \brief display header informations
*/