Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
2f2c5f85
Commit
2f2c5f85
authored
Jul 11, 2008
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid to discard qualifier
parent
afd188c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/demux/mp4/drms.c
modules/demux/mp4/drms.c
+1
-1
modules/demux/mp4/drms.h
modules/demux/mp4/drms.h
+1
-1
No files found.
modules/demux/mp4/drms.c
View file @
2f2c5f85
...
@@ -213,7 +213,7 @@ static inline void BlockXOR( uint32_t *p_dest, uint32_t *p_s1, uint32_t *p_s2 )
...
@@ -213,7 +213,7 @@ static inline void BlockXOR( uint32_t *p_dest, uint32_t *p_s1, uint32_t *p_s2 )
/*****************************************************************************
/*****************************************************************************
* drms_alloc: allocate a DRMS structure
* drms_alloc: allocate a DRMS structure
*****************************************************************************/
*****************************************************************************/
void
*
drms_alloc
(
char
*
psz_homedir
)
void
*
drms_alloc
(
c
onst
c
har
*
psz_homedir
)
{
{
struct
drms_s
*
p_drms
;
struct
drms_s
*
p_drms
;
...
...
modules/demux/mp4/drms.h
View file @
2f2c5f85
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#ifndef _VLC_DRMS_H
#ifndef _VLC_DRMS_H
#define _VLC_DRMS_H 1
#define _VLC_DRMS_H 1
extern
void
*
drms_alloc
(
char
*
psz_homedir
);
extern
void
*
drms_alloc
(
c
onst
c
har
*
psz_homedir
);
extern
void
drms_free
(
void
*
p_drms
);
extern
void
drms_free
(
void
*
p_drms
);
extern
int
drms_init
(
void
*
p_drms
,
uint32_t
i_type
,
extern
int
drms_init
(
void
*
p_drms
,
uint32_t
i_type
,
uint8_t
*
p_info
,
uint32_t
i_len
);
uint8_t
*
p_info
,
uint32_t
i_len
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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