22#ifndef FREERDP_LIB_CODEC_NSC_ENCODE_H
23#define FREERDP_LIB_CODEC_NSC_ENCODE_H
25#include <winpr/wtypes.h>
26#include <freerdp/api.h>
27#include <freerdp/codec/nsc.h>
30FREERDP_LOCAL BOOL nsc_encode(NSC_CONTEXT* WINPR_RESTRICT context,
31 const BYTE* WINPR_RESTRICT bmpdata, UINT32 rowstride);