[FFmpeg-cvslog] r17143 - trunk/libavformat/avformat.h
stefano
subversion
Wed Feb 11 01:25:31 CET 2009
Author: stefano
Date: Wed Feb 11 01:25:30 2009
New Revision: 17143
Log:
Cosmetics: vertical align "*" for consistency with the other doxyies.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Feb 11 01:19:05 2009 (r17142)
+++ trunk/libavformat/avformat.h Wed Feb 11 01:25:30 2009 (r17143)
@@ -211,7 +211,7 @@ static inline void av_free_packet(AVPack
/**
* 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;
More information about the ffmpeg-cvslog
mailing list