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
491653ed
Commit
491653ed
authored
Mar 23, 2011
by
Anton Khirnov
Committed by
Mans Rullgard
Mar 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avio: cosmetics - nicer vertical alignment.
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
820818a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
avio.h
libavformat/avio.h
+1
-1
avio_internal.h
libavformat/avio_internal.h
+1
-1
No files found.
libavformat/avio.h
View file @
491653ed
...
@@ -416,7 +416,7 @@ attribute_deprecated void put_tag(AVIOContext *s, const char *tag);
...
@@ -416,7 +416,7 @@ attribute_deprecated void put_tag(AVIOContext *s, const char *tag);
*/
*/
attribute_deprecated
int
av_url_read_fpause
(
AVIOContext
*
h
,
int
pause
);
attribute_deprecated
int
av_url_read_fpause
(
AVIOContext
*
h
,
int
pause
);
attribute_deprecated
int64_t
av_url_read_fseek
(
AVIOContext
*
h
,
int
stream_index
,
attribute_deprecated
int64_t
av_url_read_fseek
(
AVIOContext
*
h
,
int
stream_index
,
int64_t
timestamp
,
int
flags
);
int64_t
timestamp
,
int
flags
);
/**
/**
...
...
libavformat/avio_internal.h
View file @
491653ed
...
@@ -67,7 +67,7 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
...
@@ -67,7 +67,7 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
int
ffio_set_buf_size
(
AVIOContext
*
s
,
int
buf_size
);
int
ffio_set_buf_size
(
AVIOContext
*
s
,
int
buf_size
);
int
ffio_read_pause
(
AVIOContext
*
h
,
int
pause
);
int
ffio_read_pause
(
AVIOContext
*
h
,
int
pause
);
int64_t
ffio_read_seek
(
AVIOContext
*
h
,
int
stream_index
,
int64_t
ffio_read_seek
(
AVIOContext
*
h
,
int
stream_index
,
int64_t
timestamp
,
int
flags
);
int64_t
timestamp
,
int
flags
);
...
...
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