| Index: talk/app/webrtc/java/jni/androidmediacodeccommon.h
|
| diff --git a/talk/app/webrtc/java/jni/androidmediacodeccommon.h b/talk/app/webrtc/java/jni/androidmediacodeccommon.h
|
| index 33c5a6d3c0d12e2137cc813efc735d3e94e5ae38..f3b044859bd31f0a5a5c47f7b4ce1a07ee170b6e 100644
|
| --- a/talk/app/webrtc/java/jni/androidmediacodeccommon.h
|
| +++ b/talk/app/webrtc/java/jni/androidmediacodeccommon.h
|
| @@ -74,6 +74,8 @@ enum { kMediaCodecStatisticsIntervalMs = 3000 };
|
| enum { kMaxPendingFramesVp8 = 1 };
|
| // Maximum amount of pending frames for H.264 decoder.
|
| enum { kMaxPendingFramesH264 = 30 };
|
| +// Maximum amount of decoded frames for which per-frame logging is enabled.
|
| +enum { kMaxDecodedLogFrames = 5 };
|
|
|
| static inline int64_t GetCurrentTimeMs() {
|
| return webrtc::TickTime::Now().Ticks() / 1000000LL;
|
|
|