diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-04 23:25:00 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-04 23:25:00 +0000 |
commit | c1f567875aa5057a63f9f240f6028be45cdc2da6 (patch) | |
tree | e11c0fa6eaefedb9db6023f4eb203b06ac8238c4 /libavutil/integer.c | |
parent | fb7d4f7908469858acb0efaa6ce2cc08b06f1dc1 (diff) | |
download | ffmpeg-c1f567875aa5057a63f9f240f6028be45cdc2da6.tar.gz |
Move av_int2i()'s unaltered comments to the header file.
Originally committed as revision 8230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/integer.c')
-rw-r--r-- | libavutil/integer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/integer.c b/libavutil/integer.c index a47f8e272d..837bee7583 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.c @@ -140,9 +140,6 @@ AVInteger av_div_i(AVInteger a, AVInteger b){ return quot; } -/** - * converts the given int64_t to an AVInteger. - */ AVInteger av_int2i(int64_t a){ AVInteger out; int i; |