summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-11 00:25:30 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-11 00:25:30 +0000
commit4c08b2bdcb0ca63163e140c48fb3deb94e9f53a8 (patch)
tree432895511fb4299f4f33a17cc34fd39b9329e26c
parent3dc6cb2e929c0c57ef9cb1bc79b6b2d3b6ceaef6 (diff)
Cosmetics: vertical align "*" for consistency with the other doxyies.
Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 831c351fd1..06bba43570 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -211,7 +211,7 @@ static inline void av_free_packet(AVPacket *pkt)
/**
* The exact value of the fractional number is: 'val + num / den'.
* num is assumed to be 0 <= num < den.
-*/
+ */
typedef struct AVFrac {
int64_t val, num, den;
} AVFrac;