diff options
| author | Comment <tim@gray.(none)> | 2013-04-20 02:01:32 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-04-20 02:01:32 +0100 |
| commit | da05e29b124b2f6d553dedb1c63a4a655fc4f7b6 (patch) | |
| tree | 3453530d4d7fee2fd165b399ed9ded9fc5abb471 /rotord/libavexporter.cpp | |
| parent | 3608a44b8222cfd76b8ba789e1f5ea6b7020a3e9 (diff) | |
audio muxer ongoing
Diffstat (limited to 'rotord/libavexporter.cpp')
| -rw-r--r-- | rotord/libavexporter.cpp | 1 |
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; |
