mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:15:45 -04:00
Initial community commit
This commit is contained in:
13
Src/libvp6/include/vp6.h
Normal file
13
Src/libvp6/include/vp6.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "duck_dxl.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int vp60_decompress(DXL_XIMAGE_HANDLE src);
|
||||
void vp60_SetParameter(DXL_XIMAGE_HANDLE src, int Command, uintptr_t Parameter);
|
||||
int vp60_getWH(DXL_XIMAGE_HANDLE src, int *w, int *h);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user