Remove avi recorder and corresponding enable_video flags.
R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/42099004 Cr-Commit-Position: refs/heads/master@{#8554} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8554 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -27,8 +27,7 @@ public:
|
||||
enum {MAX_AUDIO_BUFFER_IN_SAMPLES = 60*32};
|
||||
enum {MAX_AUDIO_BUFFER_IN_BYTES = MAX_AUDIO_BUFFER_IN_SAMPLES*2};
|
||||
|
||||
// Note: will return NULL for video file formats (e.g. AVI) if the flag
|
||||
// WEBRTC_MODULE_UTILITY_VIDEO is not defined.
|
||||
// Note: will return NULL for unsupported formats.
|
||||
static FilePlayer* CreateFilePlayer(const uint32_t instanceID,
|
||||
const FileFormats fileFormat);
|
||||
|
||||
|
||||
@ -26,8 +26,7 @@ class FileRecorder
|
||||
{
|
||||
public:
|
||||
|
||||
// Note: will return NULL for video file formats (e.g. AVI) if the flag
|
||||
// WEBRTC_MODULE_UTILITY_VIDEO is not defined.
|
||||
// Note: will return NULL for unsupported formats.
|
||||
static FileRecorder* CreateFileRecorder(const uint32_t instanceID,
|
||||
const FileFormats fileFormat);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user