Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
mediainfo-d
Commits
8b135039
Commit
8b135039
authored
May 16, 2019
by
Carsten Schlote
Browse files
Fixup for demo2 - we can't query filename, because we worked around it.
parent
e3183c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/mediainfo-demo2/source/main.d
View file @
8b135039
...
...
@@ -151,8 +151,8 @@ void processFile(string name, MediaInfo info)
return
;
}
writefln
(
"---%s---"
,
shortName
(
info
.
get
(
MediaInfo_stream_t
.
MediaInfo_Stream_General
,
0
,
"Fil
eName
"
),
74
));
//
writefln("---%s---", shortName(info.get(MediaInfo_stream_t.MediaInfo_Stream_General,
0, "FileName"), 74));
writefln
(
"---%s---"
,
shortName
(
name
.
bas
eName
,
74
));
for
(
int
i
=
0
;
i
<
nvideo
;
i
++)
{
writefln
(
"Video track %s:"
,
i
);
...
...
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