1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Diego Biurrun 2009-01-05 22:10:16 +00:00
parent e193c74e6e
commit 52e57500bb

View File

@ -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 */