aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-06 23:44:48 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-06 23:46:11 +0200
commit1ab2c066b4de87facf89103602387c370211b190 (patch)
tree088f6bd0d6cf70bbb7ad67c9c72fea5b6a880e4c /src/main.cpp
parent131209ddc04253fdb37564c576ba2e2350d2c45b (diff)
Remove swap buffer call
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 698c230..0956d0a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,6 +47,7 @@ extern "C" {
extern "C" {
#include <libavutil/pixfmt.h>
#include <libavcodec/avcodec.h>
+#include <libavcodec/defs.h>
#include <libavformat/avformat.h>
#include <libavutil/opt.h>
#include <libswresample/swresample.h>