Mercurial > libavformat.hg
diff avformat.h @ 4443:2761281687e3 libavformat
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
author | stefano |
---|---|
date | Wed, 11 Feb 2009 00:19:05 +0000 |
parents | 58451dddc381 |
children | ed1ff5b9e0d5 |
line wrap: on
line diff
--- a/avformat.h Tue Feb 10 23:25:23 2009 +0000 +++ b/avformat.h Wed Feb 11 00:19:05 2009 +0000 @@ -211,7 +211,6 @@ /** * The exact value of the fractional number is: 'val + num / den'. * num is assumed to be 0 <= num < den. - * @deprecated Use AVRational instead. */ typedef struct AVFrac { int64_t val, num, den;