From 4c08b2bdcb0ca63163e140c48fb3deb94e9f53a8 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 11 Feb 2009 00:25:30 +0000 Subject: [PATCH] Cosmetics: vertical align "*" for consistency with the other doxyies. Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab