convert loadyuv.c to loadyuv.cc (#2754)
parent
3d63b3d414
commit
d6eead25d0
5 changed files with 6 additions and 24 deletions
@ -1,8 +1,5 @@ |
||||
#include <string.h> |
||||
#include <assert.h> |
||||
|
||||
#include "clutil.h" |
||||
|
||||
#include "loadyuv.h" |
||||
|
||||
void loadyuv_init(LoadYUVState* s, cl_context ctx, cl_device_id device_id, int width, int height) { |
Loading…
Reference in new issue