mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-04 05:58:11 +09:00
Add support for software video encoding with '-encoder cpu' option, currently h264 only
This commit is contained in:
13
include/capture/xcomposite_software.h
Normal file
13
include/capture/xcomposite_software.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef GSR_CAPTURE_XCOMPOSITE_SOFTWARE_H
|
||||
#define GSR_CAPTURE_XCOMPOSITE_SOFTWARE_H
|
||||
|
||||
#include "capture.h"
|
||||
#include "xcomposite.h"
|
||||
|
||||
typedef struct {
|
||||
gsr_capture_xcomposite_params base;
|
||||
} gsr_capture_xcomposite_software_params;
|
||||
|
||||
gsr_capture* gsr_capture_xcomposite_software_create(const gsr_capture_xcomposite_software_params *params);
|
||||
|
||||
#endif /* GSR_CAPTURE_XCOMPOSITE_SOFTWARE_H */
|
||||
Reference in New Issue
Block a user