Optimise Android rendering

This commit is contained in:
Niellun
2025-06-02 04:21:16 +03:00
parent 907247467d
commit cdc68e4191
13 changed files with 137 additions and 260 deletions
+2
View File
@@ -24,6 +24,7 @@ public:
void start(AtomicQueue<Message> *data, VideoBuffer *vb, AVCodecID codecId);
void stop();
void flush();
private:
void runner();
@@ -31,6 +32,7 @@ private:
static AVCodecContext *load_codec(AVCodecID codec_id);
std::thread _thread;
AVCodecContext* _context;
AVCodecID _codecId;
Error _status;