From da05e29b124b2f6d553dedb1c63a4a655fc4f7b6 Mon Sep 17 00:00:00 2001 From: Comment Date: Sat, 20 Apr 2013 02:01:32 +0100 Subject: audio muxer ongoing --- rotord/libavexporter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/libavexporter.cpp') diff --git a/rotord/libavexporter.cpp b/rotord/libavexporter.cpp index 72ca180..3e977a1 100644 --- a/rotord/libavexporter.cpp +++ b/rotord/libavexporter.cpp @@ -4,6 +4,7 @@ bool libav::exporter::setup(int w,int h, int bitRate, int frameRate, std::string // Initialize libavcodec, and register all codecs and formats. // av_register_all(); + this->w=w; this->h=h; this->bitRate=bitRate; -- cgit v1.2.3