theonlineoasis

helper.h

#ifndef HELPER_H_ #define HELPER_H_ // These helper functions provide debugging/metadata functionality on the video codec library. // Display variable length code tables with an optimized representation ordered on VLC length. void displayVLCTables(); #endif /*HELPER_H_*/