We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6ae68 commit 9da0e39Copy full SHA for 9da0e39
app/videonative/src/main/cpp/VideoDecoder.h
@@ -133,7 +133,7 @@ class VideoDecoder {
133
static constexpr const bool PRINT_DEBUG_INFO = true;
134
static constexpr auto TIME_BETWEEN_LOGS = std::chrono::seconds(5);
135
static constexpr int64_t BUFFER_TIMEOUT_US =
136
- 35 * 1000; //40ms (a little bit more than 32 ms (==30 fps))
+ 17 * 1000; // 17ms (a little bit more than 17 ms (==60 fps))
137
private:
138
KeyFrameFinder mKeyFrameFinder;
139
bool IS_H265 = false;
0 commit comments