avio: cosmetics, vertically align comments.

This commit is contained in:
Anton Khirnov 2011-04-09 12:21:36 +02:00
parent 72d4405b66
commit 893816ba1e

View File

@ -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);