diff avformat.h @ 4444:ed1ff5b9e0d5 libavformat

Cosmetics: vertical align "*" for consistency with the other doxyies.
author stefano
date Wed, 11 Feb 2009 00:25:30 +0000
parents 2761281687e3
children 1842e64fe89a
line wrap: on
line diff
--- a/avformat.h	Wed Feb 11 00:19:05 2009 +0000
+++ b/avformat.h	Wed Feb 11 00:25:30 2009 +0000
@@ -211,7 +211,7 @@
 /**
  * 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;