aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-06-25 17:37:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-06-25 17:37:12 +0000
commitf3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02 (patch)
treeb1e891db6479e13f5caaeaf2af9c4877a30885ab /libavformat/avformat.h
parent521f258701c6e7f60a10ec73ea7e68d060b9ddb2 (diff)
downloadffmpeg-f3a30e3a9c87a2d8350c4d8d2387be18dbd1cf02.tar.gz
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 24fb082186..4ac44c73ac 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -81,10 +81,6 @@ typedef struct AVFrac {
int64_t val, num, den;
} AVFrac;
-void av_frac_init(AVFrac *f, int64_t val, int64_t num, int64_t den);
-void av_frac_add(AVFrac *f, int64_t incr);
-void av_frac_set(AVFrac *f, int64_t val);
-
/*************************************************/
/* input/output formats */