提交 52e57500 编写于 作者: D Diego Biurrun

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
上级 e193c74e
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册