diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-11 00:25:30 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-11 00:25:30 +0000 |
commit | 4c08b2bdcb0ca63163e140c48fb3deb94e9f53a8 (patch) | |
tree | 432895511fb4299f4f33a17cc34fd39b9329e26c /libavformat/avformat.h | |
parent | 3dc6cb2e929c0c57ef9cb1bc79b6b2d3b6ceaef6 (diff) | |
download | ffmpeg-4c08b2bdcb0ca63163e140c48fb3deb94e9f53a8.tar.gz |
Cosmetics: vertical align "*" for consistency with the other doxyies.
Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
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; |