diff avformat.h @ 4156:ccc2608599a5 libavformat

Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned out to be unsatisfying and confidence in AVFrac has been restored.
author diego
date Mon, 05 Jan 2009 22:10:16 +0000
parents bd4d3fee45d0
children 017e68062073
line wrap: on
line diff
--- a/avformat.h	Mon Jan 05 17:50:13 2009 +0000
+++ b/avformat.h	Mon Jan 05 22:10:16 2009 +0000
@@ -208,7 +208,7 @@
 */
 typedef struct AVFrac {
     int64_t val, num, den;
-} AVFrac attribute_deprecated;
+} AVFrac;
 
 /*************************************************/
 /* input/output formats */