From 9375cdd5ab5bdff1685d66c2b0f63220d82f2b89 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Sun, 4 Mar 2007 23:14:12 +0000 Subject: Move av_div_i()'s comments to the header file. The comments are unaltered. Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/integer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavutil/integer.c') diff --git a/libavutil/integer.c b/libavutil/integer.c index 1319615572..bc2f58d470 100644 --- a/libavutil/integer.c +++ b/libavutil/integer.c @@ -141,9 +141,6 @@ AVInteger av_mod_i(AVInteger *quot, AVInteger a, AVInteger b){ return a; } -/** - * returns a/b. - */ AVInteger av_div_i(AVInteger a, AVInteger b){ AVInteger quot; av_mod_i(", a, b); -- cgit v1.2.3