[vlc-commits] Mediacodec: timeouts are in µs

Jean-Baptiste Kempf git at videolan.org
Wed Oct 21 16:09:35 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 21 16:06:55 2015 +0200| [509f755a9e4f20e56c446cc29a43941e5d1db318] | committer: Jean-Baptiste Kempf

Mediacodec: timeouts are in µs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=509f755a9e4f20e56c446cc29a43941e5d1db318
---

 modules/codec/omxil/mediacodec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/omxil/mediacodec.c b/modules/codec/omxil/mediacodec.c
index a09853f..b1fe5db 100644
--- a/modules/codec/omxil/mediacodec.c
+++ b/modules/codec/omxil/mediacodec.c
@@ -1193,7 +1193,7 @@ static int DecodeCommon(decoder_t *p_dec, block_t **pp_block,
                      * indefinitely and abort after 2seconds (100 * 2 * 10ms)
                      * without any data.  Indeed, MediaCodec can fail without
                      * throwing any exception or error returns... */
-                    msg_Err(p_dec, "No output/input for %lld ms, abort",
+                    msg_Err(p_dec, "No output/input for %lld us, abort",
                                     i_attempts * timeout);
                     b_error = true;
                     break;



More information about the vlc-commits mailing list