Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libavformat/avio.h
libavformat/avio.h
+1
-1
libavformat/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);
*/
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
);
/**
...
...
libavformat/avio_internal.h
View file @
491653ed
...
...
@@ -67,7 +67,7 @@ uint64_t ffio_read_varlen(AVIOContext *bc);
int
ffio_set_buf_size
(
AVIOContext
*
s
,
int
buf_size
);
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
);
...
...
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