diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
| commit | 10f50e4a6b8cbe83cf8c9bee238afe93a5958053 (patch) | |
| tree | f0ca9b48ca702878f6c7d2b5492acaace7df5038 /rotord/src/libavwrapper.h | |
| parent | 1af93fbfe4c8cfa214331d2d96327637ffe749bf (diff) | |
finished render log
Diffstat (limited to 'rotord/src/libavwrapper.h')
| -rwxr-xr-x | rotord/src/libavwrapper.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h index ebe47c1..ea2e0c6 100755 --- a/rotord/src/libavwrapper.h +++ b/rotord/src/libavwrapper.h @@ -44,8 +44,8 @@ extern "C" { #include <libavformat/avformat.h> #include <libavutil/pixfmt.h> #include <libavutil/opt.h> -#include <libavutil/imgutils.h> -#include <libavutil/samplefmt.h> +//#include <libavutil/imgutils.h> +//#include <libavutil/samplefmt.h> #include <libswscale/swscale.h> //? } @@ -150,7 +150,7 @@ namespace libav { }; - +/* // TODO - finish refactoring based on // http://svn.gnumonks.org/trunk/21c3-video/ffmpeg/ffmpeg-0.4.9-pre1/output_example.c class encoder @@ -182,7 +182,7 @@ namespace libav { int audio_input_frame_size; float audiostep; }; - +*/ class exporter { public: @@ -197,7 +197,7 @@ namespace libav { int get_audio_framesize(){return audioframesize;}; float get_audio_step(){return audiostep;}; - AVStream *add_stream(AVFormatContext *oc, AVCodec **codec,enum AVCodecID codec_id); + AVStream *add_stream(AVFormatContext *oc, AVCodec **codec,enum AVCodecID codec_id); //AVCodecID void open_video(AVFormatContext *oc, AVCodec *codec, AVStream *st); int open_audio(AVFormatContext *oc, AVCodec *codec, AVStream *st); |
