FreeRDP
Loading...
Searching...
No Matches
nsc_encode.h
1
22#ifndef FREERDP_LIB_CODEC_NSC_ENCODE_H
23#define FREERDP_LIB_CODEC_NSC_ENCODE_H
24
25#include <winpr/wtypes.h>
26#include <freerdp/api.h>
27#include <freerdp/codec/nsc.h>
28
29WINPR_ATTR_NODISCARD
30FREERDP_LOCAL BOOL nsc_encode(NSC_CONTEXT* WINPR_RESTRICT context,
31 const BYTE* WINPR_RESTRICT bmpdata, UINT32 rowstride);
32
33#endif /* FREERDP_LIB_CODEC_NSC_ENCODE_H */