From 52e57500bb4295404a5cf63d4050b8e1ab530479 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 5 Jan 2009 22:10:16 +0000 Subject: [PATCH] Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 811c7722c..d002a9911 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 */ -- 2.11.0