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
68ff5289
Commit
68ff5289
authored
May 23, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/wtvdec: fix doxygen comments
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
682f0035
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
wtvdec.c
libavformat/wtvdec.c
+7
-7
No files found.
libavformat/wtvdec.c
View file @
68ff5289
...
...
@@ -47,11 +47,11 @@
*/
typedef
struct
{
AVIOContext
*
pb_filesystem
;
/** file system (AVFormatContext->pb) */
AVIOContext
*
pb_filesystem
;
/**
<
file system (AVFormatContext->pb) */
int
sector_bits
;
/** sector shift bits; used to convert sector number into pb_filesystem offset */
uint32_t
*
sectors
;
/** file allocation table */
int
nb_sectors
;
/** number of sectors */
int
sector_bits
;
/**
<
sector shift bits; used to convert sector number into pb_filesystem offset */
uint32_t
*
sectors
;
/**
<
file allocation table */
int
nb_sectors
;
/**
<
number of sectors */
int
error
;
int64_t
position
;
...
...
@@ -306,10 +306,10 @@ typedef struct {
}
WtvStream
;
typedef
struct
{
AVIOContext
*
pb
;
/** timeline file */
AVIOContext
*
pb
;
/**
<
timeline file */
int64_t
epoch
;
int64_t
pts
;
/** pts for next data chunk */
int64_t
last_valid_pts
;
/** latest valid pts, used for interative seeking */
int64_t
pts
;
/**
<
pts for next data chunk */
int64_t
last_valid_pts
;
/**
<
latest valid pts, used for interative seeking */
/* maintain private seek index, as the AVIndexEntry->pos is relative to the
start of the 'timeline' file, not the file system (AVFormatContext->pb) */
...
...
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