From 04696e01619249e01aba6b930c894e1682bfcbc4 Mon Sep 17 00:00:00 2001 From: stefano Date: Wed, 11 Feb 2009 00:19:05 +0000 Subject: [PATCH] Remove @depreated notice on AVFrac, it is not anymore deprecated. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17142 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavformat/avformat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index dd48f64e8..831c351fd 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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; -- 2.11.4.GIT