diff options
| author | Comment <tim@gray.(none)> | 2013-04-15 03:15:33 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-15 03:15:33 +0100 |
| commit | 25b336a2b34d7a9bcf9e52a16ae962a1e261ae13 (patch) | |
| tree | b5426cdcad9dd90d28650bcc97b7ac42f04b2f44 /rotord/rotor.h | |
| parent | 4c99697c528e11a4195b572bf9f72f80c2fe3ea6 (diff) | |
ofxMovieExporter ideas
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 9f0c2e3..9728909 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -71,7 +71,7 @@ using Poco::UUID; using Poco::UUIDGenerator; using Poco::Net::HTTPResponse; - +/* extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> @@ -88,6 +88,9 @@ extern "C" { #include <libavutil/samplefmt.h> //#include <libavutil/timestamp.h> } +*/ + +#include "ofxMovieExporter.h" #define AUDIO_INBUF_SIZE 20480 #define AUDIO_REFILL_THRESH 4096 |
