summaryrefslogtreecommitdiff
path: root/rotord/libavexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/libavexporter.cpp')
-rw-r--r--rotord/libavexporter.cpp1
1 files changed, 1 insertions, 0 deletions
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;