FFSaveImg.h 119 Bytes

#include <string>

using namespace std;

void saveJpg(int width, int height, unsigned char * pData, string file_name);