Commit 52e57500 authored by Diego Biurrun's avatar 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
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment