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
f30c349b
Commit
f30c349b
authored
May 27, 2006
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/codec/realaudio.c: oh, after all, let's use WINAPI for function
declarations :-)
parent
45ff435b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
modules/codec/realaudio.c
modules/codec/realaudio.c
+14
-14
No files found.
modules/codec/realaudio.c
View file @
f30c349b
...
...
@@ -107,20 +107,20 @@ struct decoder_sys_t
#endif
void
*
win32_dll
;
unsigned
long
(
*
wraCloseCodec
)(
void
*
);
unsigned
long
(
*
wraDecode
)(
void
*
,
char
*
,
unsigned
long
,
char
*
,
unsigned
int
*
,
long
);
unsigned
long
(
*
wraFlush
)(
unsigned
long
,
unsigned
long
,
unsigned
long
);
unsigned
long
(
*
wraFreeDecoder
)(
void
*
);
void
*
(
*
wraGetFlavorProperty
)(
void
*
,
unsigned
long
,
unsigned
long
,
int
*
);
unsigned
long
(
*
wraInitDecoder
)(
void
*
,
void
*
);
unsigned
long
(
*
wraOpenCodec
)(
void
*
);
unsigned
long
(
*
wraOpenCodec2
)(
void
*
,
void
*
);
unsigned
long
(
*
wraSetFlavor
)(
void
*
,
unsigned
long
);
void
(
*
wraSetDLLAccessPath
)(
char
*
);
void
(
*
wraSetPwd
)(
char
*
,
char
*
);
unsigned
long
(
WINAPI
*
wraCloseCodec
)(
void
*
);
unsigned
long
(
WINAPI
*
wraDecode
)(
void
*
,
char
*
,
unsigned
long
,
char
*
,
unsigned
int
*
,
long
);
unsigned
long
(
WINAPI
*
wraFlush
)(
unsigned
long
,
unsigned
long
,
unsigned
long
);
unsigned
long
(
WINAPI
*
wraFreeDecoder
)(
void
*
);
void
*
(
WINAPI
*
wraGetFlavorProperty
)(
void
*
,
unsigned
long
,
unsigned
long
,
int
*
);
unsigned
long
(
WINAPI
*
wraInitDecoder
)(
void
*
,
void
*
);
unsigned
long
(
WINAPI
*
wraOpenCodec
)(
void
*
);
unsigned
long
(
WINAPI
*
wraOpenCodec2
)(
void
*
,
void
*
);
unsigned
long
(
WINAPI
*
wraSetFlavor
)(
void
*
,
unsigned
long
);
void
(
WINAPI
*
wraSetDLLAccessPath
)(
char
*
);
void
(
WINAPI
*
wraSetPwd
)(
char
*
,
char
*
);
};
/* linux dlls doesn't need packing */
...
...
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