Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libbluray
Commits
83d4597c
Commit
83d4597c
authored
Jul 30, 2010
by
hpi1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TMP Added malloc attribute
parent
f90a48a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/libbluray/hdmv/mobj_parse.h
src/libbluray/hdmv/mobj_parse.h
+1
-1
No files found.
src/libbluray/hdmv/mobj_parse.h
View file @
83d4597c
...
...
@@ -62,7 +62,7 @@ typedef struct {
}
MOBJ_OBJECTS
;
BD_PRIVATE
MOBJ_OBJECTS
*
mobj_parse
(
const
char
*
path
);
/* parse MovieObject.bdmv */
BD_PRIVATE
MOBJ_OBJECTS
*
mobj_parse
(
const
char
*
path
)
BD_ATTR_MALLOC
;
/* parse MovieObject.bdmv */
BD_PRIVATE
void
mobj_parse_cmd
(
uint8_t
*
buf
,
MOBJ_CMD
*
cmd
);
BD_PRIVATE
void
mobj_free
(
MOBJ_OBJECTS
*
index
);
...
...
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