[MPlayer-cvslog] r31989 - trunk/stream/stream_bd.c

reimar subversion at mplayerhq.hu
Sat Aug 21 11:20:14 CEST 2010


Author: reimar
Date: Sat Aug 21 11:20:14 2010
New Revision: 31989

Log:
Remove a unused assignment.

Modified:
   trunk/stream/stream_bd.c

Modified: trunk/stream/stream_bd.c
==============================================================================
--- trunk/stream/stream_bd.c	Sat Aug 21 11:19:12 2010	(r31988)
+++ trunk/stream/stream_bd.c	Sat Aug 21 11:20:14 2010	(r31989)
@@ -251,7 +251,7 @@ static int bd_get_uks(struct bd_priv *bd
         bd->uks.keys  = calloc(bd->uks.count, sizeof(key));
 
         a = av_malloc(av_aes_size);
-        j = av_aes_init(a, bd->vuk.u8, 128, 1);
+        av_aes_init(a, bd->vuk.u8, 128, 1);
 
         mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_BD_DISCID=");
         for (j = 0; j < 20; j++)


More information about the MPlayer-cvslog mailing list