# HG changeset patch # User stefano # Date 1234311545 0 # Node ID 2761281687e3f7e5eb73ad882e03da568d30f4a6 # Parent 85f1c6887bef017ec06bc429fb47095698a6e29f Remove @deprecated notice from AVFrac, it is not deprecated anymore. diff -r 85f1c6887bef -r 2761281687e3 avformat.h --- 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;