diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-03-23 11:58:02 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-03-23 12:40:10 +0000 |
commit | 491653ed90e12feefada217a59af9cd69cc7ca31 (patch) | |
tree | 337b36dc59f40375e28e38b7219ab6d39b28b844 | |
parent | 820818a330b0918557bf8403d10bec95c9b6ace7 (diff) | |
download | ffmpeg-491653ed90e12feefada217a59af9cd69cc7ca31.tar.gz |
avio: cosmetics - nicer vertical alignment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | libavformat/avio.h | 2 | ||||
-rw-r--r-- | libavformat/avio_internal.h | 2 |
2 files changed, 2 insertions, 2 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); /** 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); |