Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
kinboy wong
vlc.js
Commits
7b04c2a6
Commit
7b04c2a6
authored
Nov 05, 2019
by
Mehdi Sabwat
Browse files
main.c: add path to demo file.
parent
ea2b2cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.c
View file @
7b04c2a6
...
...
@@ -63,7 +63,7 @@ int main() {
fprintf
(
stderr
,
"unable to create libvlc instance"
);
return
-
1
;
}
m
=
libvlc_media_new_path
(
libvlc
,
"./
h264-sd
.mp4"
);
m
=
libvlc_media_new_path
(
libvlc
,
"./
BigBuckBunny
.mp4"
);
if
(
m
==
NULL
)
{
...
...
Write
Preview
Supports
Markdown
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