Fixed many audio issues with the FFmpegWriter. Planar formats were not being handled correctly. Framesize was also wrong on some formats. Also, added a new method to a Frame to fill with audio silence. Lastly, cleaned up some unused imports and C++ warnings.

This commit is contained in:
Jonathan Thomas
2015-08-02 20:32:33 -05:00
parent 3db03a4c87
commit 03c9f06708
14 changed files with 124 additions and 131 deletions

View File

@@ -1,10 +1,8 @@
#include <json/reader.h>
#include <json/value.h>
#include <utility>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <iostream>
#include <stdexcept>
#if _MSC_VER >= 1400 // VC++ 8.0