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
c6ae7f64
Commit
c6ae7f64
authored
Apr 08, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avio.h: fix indention
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
9fce2b88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
avio.h
libavformat/avio.h
+10
-10
No files found.
libavformat/avio.h
View file @
c6ae7f64
...
...
@@ -120,32 +120,32 @@ typedef struct AVIOContext {
* max filesize, used to limit allocations
* This field is internal to libavformat and access from outside is not allowed.
*/
int64_t
maxsize
;
int64_t
maxsize
;
/**
* avio_read and avio_write should if possible be satisfied directly
* instead of going through a buffer, and avio_seek will always
* call the underlying seek function directly.
*/
int
direct
;
/**
* avio_read and avio_write should if possible be satisfied directly
* instead of going through a buffer, and avio_seek will always
* call the underlying seek function directly.
*/
int
direct
;
/**
* Bytes read statistic
* This field is internal to libavformat and access from outside is not allowed.
*/
int64_t
bytes_read
;
int64_t
bytes_read
;
/**
* seek statistic
* This field is internal to libavformat and access from outside is not allowed.
*/
int
seek_count
;
int
seek_count
;
/**
* writeout statistic
* This field is internal to libavformat and access from outside is not allowed.
*/
int
writeout_count
;
int
writeout_count
;
}
AVIOContext
;
/* unbuffered I/O */
...
...
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