Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7990cd7d
Commit
7990cd7d
authored
May 20, 2006
by
Jean-Paul Saman
Browse files
Remove unused variables
parent
33b6e2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/drms.c
View file @
7990cd7d
...
...
@@ -1634,10 +1634,10 @@ static int GetUserKey( void *_p_drms, uint32_t *p_user_key )
struct
aes_s
aes
;
struct
shuffle_s
shuffle
;
uint32_t
i
,
y
;
uint32_t
*
p_sci_data
;
uint32_t
*
p_sci_data
=
NULL
;
uint32_t
i_user
,
i_key
;
uint32_t
p_sys_key
[
4
];
uint32_t
i_sci_size
,
i_blocks
,
i_remaining
;
uint32_t
i_sci_size
=
0
,
i_blocks
,
i_remaining
;
uint32_t
*
p_sci0
,
*
p_sci1
,
*
p_buffer
;
uint32_t
p_sci_key
[
4
];
char
*
psz_ipod
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment