]> git.sesse.net Git - ffmpeg/commitdiff
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 11 Feb 2009 00:19:05 +0000 (00:19 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 11 Feb 2009 00:19:05 +0000 (00:19 +0000)
Originally committed as revision 17142 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index dd48f64e86b8c3b4a73e23979850a80560109c02..831c351fd13359a3c47b6b0491b4d379fbee7e22 100644 (file)
@@ -211,7 +211,6 @@ static inline void av_free_packet(AVPacket *pkt)
 /**
  * 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;