Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
06ef351e
Commit
06ef351e
authored
Dec 17, 2011
by
Tobias Güntner
Committed by
Jean-Baptiste Kempf
Dec 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set title length and size.
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
7dab7f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/access/vdr.c
modules/access/vdr.c
+2
-0
No files found.
modules/access/vdr.c
View file @
06ef351e
...
...
@@ -822,6 +822,8 @@ static void ImportMarks( access_t *p_access )
return
;
}
p_marks
->
psz_name
=
strdup
(
_
(
"VDR Cut Marks"
)
);
p_marks
->
i_length
=
i_frame_count
*
(
int64_t
)(
CLOCK_FREQ
/
p_sys
->
fps
);
p_marks
->
i_size
=
p_access
->
info
.
i_size
;
/* offset for chapter positions */
int
i_chapter_offset
=
p_sys
->
fps
/
1000
*
...
...
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