[FFmpeg-cvslog] r16441 - trunk/libavformat/avformat.h

diego subversion
Mon Jan 5 23:10:16 CET 2009


Author: diego
Date: Mon Jan  5 23:10:16 2009
New Revision: 16441

Log:
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
out to be unsatisfying and confidence in AVFrac has been restored.

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Jan  5 22:52:55 2009	(r16440)
+++ trunk/libavformat/avformat.h	Mon Jan  5 23:10:16 2009	(r16441)
@@ -208,7 +208,7 @@ static inline void av_free_packet(AVPack
 */
 typedef struct AVFrac {
     int64_t val, num, den;
-} AVFrac attribute_deprecated;
+} AVFrac;
 
 /*************************************************/
 /* input/output formats */




More information about the ffmpeg-cvslog mailing list