diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 811c7722cc..d002a99117 100644 --- a/libavformat/avformat.h +++ b/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 */