summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/libavwrapper.h')
-rwxr-xr-xrotord/src/libavwrapper.h10
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);