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
pull/126/head
Diego Biurrun 16 years ago
parent e193c74e6e
commit 52e57500bb
  1. 2
      libavformat/avformat.h

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

Loading…
Cancel
Save