avio: cosmetics - nicer vertical alignment.
authorAnton Khirnov <anton@khirnov.net>
Wed, 23 Mar 2011 11:58:02 +0000 (11:58 +0000)
committerMans Rullgard <mans@mansr.com>
Wed, 23 Mar 2011 12:40:10 +0000 (12:40 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/avio.h
libavformat/avio_internal.h

index 753fa0c..d11c398 100644 (file)
@@ -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_fseekAVIOContext *h,    int stream_index,
+attribute_deprecated int64_t av_url_read_fseek (AVIOContext *h,    int stream_index,
                                                 int64_t timestamp, int flags);
 
 /**
index 7dd9bdf..4061016 100644 (file)
@@ -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_seekAVIOContext *h,    int stream_index,
+int64_t ffio_read_seek (AVIOContext *h,    int stream_index,
                         int64_t timestamp, int flags);