From 10f50e4a6b8cbe83cf8c9bee238afe93a5958053 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 16 Aug 2013 14:29:23 +0100 Subject: finished render log --- rotord/src/libavwrapper.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rotord/src/libavwrapper.h') 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 #include #include -#include -#include +//#include +//#include #include //? } @@ -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); -- cgit v1.2.3