# HG changeset patch # User stefano # Date 1234311930 0 # Node ID ed1ff5b9e0d5f9fee9061eb9c9f138c0519e0885 # Parent 2761281687e3f7e5eb73ad882e03da568d30f4a6 Cosmetics: vertical align "*" for consistency with the other doxyies. diff -r 2761281687e3 -r ed1ff5b9e0d5 avformat.h --- 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;