[FFmpeg-cvslog] r17142 - trunk/libavformat/avformat.h
stefano
subversion
Wed Feb 11 01:19:06 CET 2009
Author: stefano
Date: Wed Feb 11 01:19:05 2009
New Revision: 17142
Log:
Remove @depreated notice on AVFrac, it is not anymore deprecated.
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Feb 11 01:07:32 2009 (r17141)
+++ trunk/libavformat/avformat.h Wed Feb 11 01:19:05 2009 (r17142)
@@ -211,7 +211,6 @@ static inline void av_free_packet(AVPack
/**
* 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;
More information about the ffmpeg-cvslog
mailing list