[FFmpeg-cvslog] avio: cosmetics - nicer vertical alignment.

Anton Khirnov git at videolan.org
Thu Mar 24 03:43:42 CET 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar 23 11:58:02 2011 +0000| [491653ed90e12feefada217a59af9cd69cc7ca31] | committer: Mans Rullgard

avio: cosmetics - nicer vertical alignment.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=491653ed90e12feefada217a59af9cd69cc7ca31
---

 libavformat/avio.h          |    2 +-
 libavformat/avio_internal.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avio.h b/libavformat/avio.h
index 753fa0c..d11c398 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 7dd9bdf..4061016 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);
 
 




More information about the ffmpeg-cvslog mailing list