Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
d2974f16
Commit
d2974f16
authored
May 23, 2008
by
Michael Niedermayer
Browse files
chapter id and timebase
Originally committed as revision 13252 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
19757f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
libavformat/avformat.h
libavformat/avformat.h
+2
-0
No files found.
libavformat/avformat.h
View file @
d2974f16
...
...
@@ -390,6 +390,8 @@ typedef struct AVProgram {
(streams are added dynamically) */
typedef
struct
AVChapter
{
int
id
;
///< Unique id to identify the chapter
AVRational
time_base
;
///< Timebase in which the start/end timestamps are specified
int64_t
start
,
end
;
/**< chapter start/end time in AV_TIME_BASE units */
char
*
title
;
/**< chapter title */
}
AVChapter
;
...
...
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