Skip to content

Commit 2e01d03

Browse files
committed
Add thread support in VideoPlayerWidget
- Included <thread> header to enable multithreading capabilities in the VideoPlayerWidget. - This enhancement lays the groundwork for future performance improvements in video processing tasks.
1 parent c4a7ffe commit 2e01d03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/video/VideoPlayerWidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <QHBoxLayout>
66
#include <cmath>
77
#include <algorithm>
8+
#include <thread>
89

910
extern "C" {
1011
#include <libavutil/imgutils.h>

0 commit comments

Comments
 (0)