]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fixed typo
authorspdfrk1 <spdfrk123456@gmail.com>
Tue, 5 Aug 2014 09:44:14 +0000 (11:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 6 Aug 2014 06:55:43 +0000 (08:55 +0200)
src/descrambler/tvhcsa.c

index 5300d3d290a42256d1a8c640ed4a80b8309a8722..e1e5143315d3d08b52a10b348b2894615f23334c 100644 (file)
@@ -202,7 +202,7 @@ void tvhcsa_set_key_odd( tvhcsa_t *csa, const uint8_t *odd )
 #endif
     break;
   case DESCRAMBLER_AES:
-       aes_set_even_control_word(csa->csa_aes_keys, odd);
+       aes_set_odd_control_word(csa->csa_aes_keys, odd);
     break;
   default:
     assert(0);