projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e193c74
)
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
author
Diego Biurrun
<diego@biurrun.de>
Mon, 5 Jan 2009 22:10:16 +0000
(22:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 5 Jan 2009 22:10:16 +0000
(22:10 +0000)
out to be unsatisfying and confidence in AVFrac has been restored.
Originally committed as revision 16441 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
811c772
..
d002a99
100644
(file)
--- 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 */