diff options
| author | Comment <tim@gray.(none)> | 2013-03-13 19:08:25 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-13 19:08:25 +0000 |
| commit | b7583d10e0e9d992a7fb5ab77d3e3c74470eb307 (patch) | |
| tree | fedec07ae1b8e8ec06b56402d6f61629a78d6e51 /rotord/rotor.h | |
| parent | dbd456462845e3e051f0f12a43276dac034dd26b (diff) | |
why no streams found?
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 546e6f5..21161a2 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -41,6 +41,8 @@ next - build signal_output and make a working chain with dummy data #include <unordered_map> #include <deque> +#include <math.h> +#include <memory> #include "Poco/Net/HTTPServer.h" #include "Poco/Net/HTTPResponse.h" @@ -66,12 +68,17 @@ using Poco::Net::HTTPResponse; extern "C" { #include "libavcodec/avcodec.h" + #include "libavformat/avformat.h" #include "libavutil/opt.h" #include "libavutil/channel_layout.h" #include "libavutil/common.h" #include "libavutil/imgutils.h" #include "libavutil/mathematics.h" #include "libavutil/samplefmt.h" + + #include <libavutil/imgutils.h> + #include <libavutil/samplefmt.h> + //#include <libavutil/timestamp.h> } #define AUDIO_INBUF_SIZE 20480 |
