Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e7f656d5
Commit
e7f656d5
authored
Sep 10, 2008
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify convergence_duration.
Originally committed as revision 15291 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a0baa07a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
avformat.h
libavformat/avformat.h
+4
-2
No files found.
libavformat/avformat.h
View file @
e7f656d5
...
@@ -80,11 +80,13 @@ typedef struct AVPacket {
...
@@ -80,11 +80,13 @@ typedef struct AVPacket {
int64_t
pos
;
///< byte position in stream, -1 if unknown
int64_t
pos
;
///< byte position in stream, -1 if unknown
/**
/**
* This is the time difference in stream timebase units from the pts at which
* This is the time difference in stream timebase units from the pts of this
* the output from the decoder has converged independent from the availability
* packet to the point at which the output from the decoder has converged
* independent from the availability
* of previous frames (that is the frames are virtually identical no matter
* of previous frames (that is the frames are virtually identical no matter
* if decoding started from the very first frame or from this keyframe).
* if decoding started from the very first frame or from this keyframe).
* is AV_NOPTS_VALUE if unknown.
* is AV_NOPTS_VALUE if unknown.
* This field is not the display duration of the current packet.
*
*
* The purpose of this field is to allow seeking in streams that have no
* The purpose of this field is to allow seeking in streams that have no
* keyframes in the conventional sense. It corresponds to the
* keyframes in the conventional sense. It corresponds to the
...
...
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