Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-23 14:58:02 +0300
committerMans Rullgard <mans@mansr.com>2011-03-23 15:40:10 +0300
commit491653ed90e12feefada217a59af9cd69cc7ca31 (patch)
tree337b36dc59f40375e28e38b7219ab6d39b28b844 /libavformat/avio_internal.h
parent820818a330b0918557bf8403d10bec95c9b6ace7 (diff)
avio: cosmetics - nicer vertical alignment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/avio_internal.h')
-rw-r--r--libavformat/avio_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index 7dd9bdf6a0..406101618e 100644
--- a/libavformat/avio_internal.h
+++ b/libavformat/avio_internal.h
@@ -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);