[FFmpeg-cvslog] avio: cosmetics, vertically align comments.
Anton Khirnov
git at videolan.org
Mon Apr 11 04:12:09 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Apr 9 12:21:36 2011 +0200| [893816ba1e7c8d89ee405e55bae8251366ff3df9] | committer: Anton Khirnov
avio: cosmetics, vertically align comments.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=893816ba1e7c8d89ee405e55bae8251366ff3df9
---
libavformat/avio.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavformat/avio.h b/libavformat/avio.h
index b30866c..ca5dc2d 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -50,10 +50,10 @@ typedef struct {
int (*read_packet)(void *opaque, uint8_t *buf, int buf_size);
int (*write_packet)(void *opaque, uint8_t *buf, int buf_size);
int64_t (*seek)(void *opaque, int64_t offset, int whence);
- int64_t pos; /**< position in the file of the current buffer */
- int must_flush; /**< true if the next seek should flush */
- int eof_reached; /**< true if eof reached */
- int write_flag; /**< true if open for writing */
+ int64_t pos; /**< position in the file of the current buffer */
+ int must_flush; /**< true if the next seek should flush */
+ int eof_reached; /**< true if eof reached */
+ int write_flag; /**< true if open for writing */
#if FF_API_OLD_AVIO
attribute_deprecated int is_streamed;
#endif
@@ -61,7 +61,7 @@ typedef struct {
unsigned long checksum;
unsigned char *checksum_ptr;
unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size);
- int error; ///< contains the error code or 0 if no error happened
+ int error; /**< contains the error code or 0 if no error happened */
int (*read_pause)(void *opaque, int pause);
int64_t (*read_seek)(void *opaque, int stream_index,
int64_t timestamp, int flags);
More information about the ffmpeg-cvslog
mailing list