| Index: webrtc/api/java/jni/androidmediacodeccommon.h
|
| diff --git a/webrtc/api/java/jni/androidmediacodeccommon.h b/webrtc/api/java/jni/androidmediacodeccommon.h
|
| index db7260ade55c422edc3c1055006a07a2963fd2fa..e9eb24514e311f5539214506dca93d6fa7296701 100644
|
| --- a/webrtc/api/java/jni/androidmediacodeccommon.h
|
| +++ b/webrtc/api/java/jni/androidmediacodeccommon.h
|
| @@ -43,6 +43,8 @@ enum COLOR_FORMATTYPE {
|
|
|
| // Arbitrary interval to poll the codec for new outputs.
|
| enum { kMediaCodecPollMs = 10 };
|
| +// Arbitrary interval to poll at when there should be no more frames.
|
| +enum { kMediaCodecPollNoFramesMs = 100 };
|
| // Media codec maximum output buffer ready timeout.
|
| enum { kMediaCodecTimeoutMs = 1000 };
|
| // Interval to print codec statistics (bitrate, fps, encoding/decoding time).
|
|
|