提交 491653ed 编写于 作者: A Anton Khirnov 提交者: Mans Rullgard

avio: cosmetics - nicer vertical alignment.

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 820818a3
......@@ -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);
/**
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册