We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0077643 commit b49f5c7Copy full SHA for b49f5c7
src/libav_streamer.cpp
@@ -1,6 +1,10 @@
1
#include "web_video_server/libav_streamer.h"
2
#include "async_web_server_cpp/http_reply.hpp"
3
4
+/*https://stackoverflow.com/questions/46884682/error-in-building-opencv-with-ffmpeg*/
5
+#define AV_CODEC_FLAG_GLOBAL_HEADER (1 << 22)
6
+#define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER
7
+
8
namespace web_video_server
9
{
10
0 commit comments