changeset 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 dde5fb2506b6
children 017e68062073
files avformat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 */