[vlc-devel] commit: Fix #1572 ( Rafaël Carré )
git version control
git at videolan.org
Tue May 6 23:16:50 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue May 6 23:17:42 2008 +0200| [99c0445a5a6b5d23f6199de0be01672a7a67e6b1]
Fix #1572
The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99c0445a5a6b5d23f6199de0be01672a7a67e6b1
---
modules/mux/mpeg/csa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/mux/mpeg/csa.c b/modules/mux/mpeg/csa.c
index b5ddcad..54545bf 100644
--- a/modules/mux/mpeg/csa.c
+++ b/modules/mux/mpeg/csa.c
@@ -281,7 +281,7 @@ static void csa_ComputeKey( uint8_t kk[57], uint8_t ck[8] )
int i,j,k;
int bit[64];
int newbit[64];
- int kb[9][8];
+ int kb[8][9];
/* from a cw create 56 key bytes, here kk[1..56] */
More information about the vlc-devel
mailing list