[vlc-devel] [PATCH 2/3] oxmil: remove unused var
Lyndon Brown
jnqnfe at gmail.com
Mon Sep 28 01:33:53 CEST 2020
From: Lyndon Brown <jnqnfe at gmail.com>
Date: Fri, 26 Apr 2019 10:39:24 +0100
Subject: oxmil: remove unused var
fixes warning
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c
index 7a8883b34b..6fa1265a49 100644
--- a/modules/codec/omxil/omxil.c
+++ b/modules/codec/omxil/omxil.c
@@ -1400,7 +1400,6 @@ static int DecodeVideo( decoder_t *p_dec, block_t *p_block )
/* Loop as long as we haven't either got an input buffer (and cleared
* *pp_block) or got an output picture */
- int max_polling_attempts = 100;
int attempts = 0;
while( p_block ) {
bool b_reconfig = false;
More information about the vlc-devel
mailing list