[mmap] partial revert of 8cef8db4 to disable using mmap file reader
[videoplayer.git] / util.h
blob2ea63b00289e3b98a161dfc12137db13c2cd1cdf
1 #ifndef __UTIL_H
2 #define __UTIL_H
4 struct GLvideo_params;
6 void buildColourMatrix(float dst[4][4], const GLvideo_params &p);
8 #endif