summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-23 11:58:02 +0000
committerMans Rullgard <mans@mansr.com>2011-03-23 12:40:10 +0000
commit491653ed90e12feefada217a59af9cd69cc7ca31 (patch)
tree337b36dc59f40375e28e38b7219ab6d39b28b844 /libavformat/avio.h
parent820818a330b0918557bf8403d10bec95c9b6ace7 (diff)
avio: cosmetics - nicer vertical alignment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 753fa0cc89..d11c3984f8 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -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);
/**