From b7583d10e0e9d992a7fb5ab77d3e3c74470eb307 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 13 Mar 2013 19:08:25 +0000 Subject: why no streams found? --- rotord/rotor.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rotord/rotor.h') 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 #include +#include +#include #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 + #include + //#include } #define AUDIO_INBUF_SIZE 20480 -- cgit v1.2.3