summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/record.cpp
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-04-30 18:25:13 -0700
committerLajos Molnar <lajos@google.com>2015-04-30 18:53:52 -0700
commit31de88566257d5546cf4eee9064d96926a4b0c24 (patch)
treee9c0052eec98f1a68a8beb94c00ddefbec8aa6b6 /cmds/stagefright/record.cpp
parent850206ed9ebc6c663a957a656966bce2604dc170 (diff)
downloadframeworks_av-31de88566257d5546cf4eee9064d96926a4b0c24.zip
frameworks_av-31de88566257d5546cf4eee9064d96926a4b0c24.tar.gz
frameworks_av-31de88566257d5546cf4eee9064d96926a4b0c24.tar.bz2
stagefright: cmds: resolve compiler warnings
Change-Id: I21af2b463231e864781a70ae7667afe37eba9df8
Diffstat (limited to 'cmds/stagefright/record.cpp')
-rw-r--r--cmds/stagefright/record.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/stagefright/record.cpp b/cmds/stagefright/record.cpp
index fdc352e..594c933 100644
--- a/cmds/stagefright/record.cpp
+++ b/cmds/stagefright/record.cpp
@@ -32,13 +32,13 @@
using namespace android;
+static const int32_t kAudioBitRate = 12200;
+#if 0
static const int32_t kFramerate = 24; // fps
static const int32_t kIFramesIntervalSec = 1;
static const int32_t kVideoBitRate = 512 * 1024;
-static const int32_t kAudioBitRate = 12200;
static const int64_t kDurationUs = 10000000LL; // 10 seconds
-#if 0
class DummySource : public MediaSource {
public: