[vlc-commits] codec: vt: remove unused var

Francois Cartegnie git at videolan.org
Thu Sep 22 11:57:35 CEST 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Sep 22 11:39:04 2016 +0200| [ed267714024859b0f58c4a849c244d6d5ca01c31] | committer: Francois Cartegnie

codec: vt: remove unused var

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

 modules/codec/videotoolbox.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index 51ac7a5..98e1e08 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -131,7 +131,6 @@ struct decoder_sys_t
 
 static CMVideoCodecType CodecPrecheck(decoder_t *p_dec)
 {
-    decoder_sys_t *p_sys = p_dec->p_sys;
     uint8_t i_profile = 0xFF, i_level = 0xFF;
     bool b_ret = false;
     CMVideoCodecType codec;



More information about the vlc-commits mailing list