|
ChapterForge
|
#include <cstdint>#include <vector>
Go to the source code of this file.
Functions | |
| bool | parse_jpeg_info (const std::vector< uint8_t > &data, uint16_t &width, uint16_t &height, bool &is_yuv420) |
| bool parse_jpeg_info | ( | const std::vector< uint8_t > & | data, |
| uint16_t & | width, | ||
| uint16_t & | height, | ||
| bool & | is_yuv420 | ||
| ) |