Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
519f3e74
Commit
519f3e74
authored
Jan 24, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s/Disk/Disc for Digital Versatile Disc
parent
08973927
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/access/dvdnav.c
modules/access/dvdnav.c
+1
-1
modules/access/dvdread.c
modules/access/dvdread.c
+1
-1
No files found.
modules/access/dvdnav.c
View file @
519f3e74
...
...
@@ -310,7 +310,7 @@ static int Open( vlc_object_t *p_this )
msg_Err
(
p_demux
,
"cannot set title (can't decrypt DVD?)"
);
intf_UserFatal
(
p_demux
,
false
,
_
(
"Playback failure"
),
_
(
"VLC cannot set the DVD's title. It possibly "
"cannot decrypt the entire dis
k
."
)
);
"cannot decrypt the entire dis
c
."
)
);
dvdnav_close
(
p_sys
->
dvdnav
);
free
(
p_sys
);
return
VLC_EGENERIC
;
...
...
modules/access/dvdread.c
View file @
519f3e74
...
...
@@ -249,7 +249,7 @@ static int Open( vlc_object_t *p_this )
{
msg_Err
(
p_demux
,
"DVDRead cannot open source: %s"
,
psz_name
);
intf_UserFatal
(
p_demux
,
false
,
_
(
"Playback failure"
),
_
(
"DVDRead could not open the dis
k
\"
%s
\"
."
),
psz_name
);
_
(
"DVDRead could not open the dis
c
\"
%s
\"
."
),
psz_name
);
free
(
psz_name
);
return
VLC_EGENERIC
;
}
...
...
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