Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
eb5f87d9
Commit
eb5f87d9
authored
Sep 22, 2010
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
broken avi dialog: notify the effective changes
parent
41b8c2e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
modules/demux/avi/avi.c
modules/demux/avi/avi.c
+7
-4
No files found.
modules/demux/avi/avi.c
View file @
eb5f87d9
...
...
@@ -655,11 +655,14 @@ aviindex:
b_index
=
true
;
goto
aviindex
;
}
switch
(
dialog_Question
(
p_demux
,
_
(
"Broken AVI Index"
)
,
_
(
"Because this AVI file is broken, seeking will not work correctly.
\n
"
"It can be fixed, but this step might take a long time.
\n
"
switch
(
dialog_Question
(
p_demux
,
_
(
"Broken or missing AVI Index"
)
,
_
(
"Because this AVI file index is broken or missing, "
"seeking will not work correctly.
\n
"
"VLC won't repair your file but can temporary fix this "
"problem by building an index in memory.
\n
"
"This step might take a long time on a large file.
\n
"
"What do you want to do ?"
),
_
(
"
Repair and
play"
),
_
(
"Play as is"
),
_
(
"Do not play"
)
)
)
_
(
"
Build index then
play"
),
_
(
"Play as is"
),
_
(
"Do not play"
)
)
)
{
case
1
:
b_index
=
true
;
...
...
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