mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 00:33:52 +08:00
encoder: remove public function encoder_init (#28971)
This commit is contained in:
@@ -16,10 +16,8 @@ extern "C" {
|
||||
|
||||
class FfmpegEncoder : public VideoEncoder {
|
||||
public:
|
||||
FfmpegEncoder(const EncoderInfo &encoder_info, int in_width, int in_height)
|
||||
: VideoEncoder(encoder_info, in_width, in_height) { encoder_init(); }
|
||||
FfmpegEncoder(const EncoderInfo &encoder_info, int in_width, int in_height);
|
||||
~FfmpegEncoder();
|
||||
void encoder_init();
|
||||
int encode_frame(VisionBuf* buf, VisionIpcBufExtra *extra);
|
||||
void encoder_open(const char* path);
|
||||
void encoder_close();
|
||||
|
||||
Reference in New Issue
Block a user