DeteMin
2020-01-15 7584a724d8ff312cae1ae57c6918df10ea72b686
1
2
#pragma once
void yuv420p_to_rgb24_c(unsigned char* yuvbuffer,unsigned char* rgbbuffer, int width,int height);