Commit 6620054a authored by diego's avatar diego

Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned

out to be unsatisfying and confidence in AVFrac has been restored.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16441 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a724b6bd
...@@ -208,7 +208,7 @@ static inline void av_free_packet(AVPacket *pkt) ...@@ -208,7 +208,7 @@ static inline void av_free_packet(AVPacket *pkt)
*/ */
typedef struct AVFrac { typedef struct AVFrac {
int64_t val, num, den; int64_t val, num, den;
} AVFrac attribute_deprecated; } AVFrac;
/*************************************************/ /*************************************************/
/* input/output formats */ /* 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