diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-06 23:44:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-06 23:46:11 +0200 |
commit | 1ab2c066b4de87facf89103602387c370211b190 (patch) | |
tree | 088f6bd0d6cf70bbb7ad67c9c72fea5b6a880e4c /src/main.cpp | |
parent | 131209ddc04253fdb37564c576ba2e2350d2c45b (diff) |
Remove swap buffer call
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
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> |