mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
avio: cosmetics - nicer vertical alignment.
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
820818a330
commit
491653ed90
@ -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 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);
|
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_set_buf_size(AVIOContext *s, int buf_size);
|
||||||
|
|
||||||
int ffio_read_pause(AVIOContext *h, int pause);
|
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);
|
int64_t timestamp, int flags);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user