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:
parent
e193c74e6e
commit
52e57500bb
@ -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…
Reference in New Issue
Block a user