OSDN Git Service

Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
authorDiego Biurrun <diego@biurrun.de>
Mon, 5 Jan 2009 22:10:16 +0000 (22:10 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 5 Jan 2009 22:10:16 +0000 (22:10 +0000)
out to be unsatisfying and confidence in AVFrac has been restored.

Originally committed as revision 16441 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 811c772..d002a99 100644 (file)
@@ -208,7 +208,7 @@ static inline void av_free_packet(AVPacket *pkt)
 */
 typedef struct AVFrac {
     int64_t val, num, den;
-} AVFrac attribute_deprecated;
+} AVFrac;
 
 /*************************************************/
 /* input/output formats */