driver/record.cpp, driver/streamts.cpp: add more formats, for testing

Origin commit data
------------------
Commit: f3a2657c9e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)
This commit is contained in:
[CST] Focus
2016-03-12 14:53:11 +03:00
parent 6f4ce7e549
commit 007207bc87
4 changed files with 66 additions and 4 deletions

View File

@@ -242,6 +242,7 @@ class CStreamRec : public CRecordInstance, OpenThreads::Thread
private:
AVFormatContext *ifcx;
AVFormatContext *ofcx;
AVBitStreamFilterContext *bsfc;
bool stopped;
bool interrupt;
time_t time_started;