diff integer.h @ 275:14164ec1b454 libavutil

Move av_int2i()'s unaltered comments to the header file.
author takis
date Sun, 04 Mar 2007 23:25:00 +0000
parents 57262361a75c
children 0df0d9771d02
line wrap: on
line diff
--- a/integer.h	Sun Mar 04 23:20:54 2007 +0000
+++ b/integer.h	Sun Mar 04 23:25:00 2007 +0000
@@ -61,6 +61,10 @@
  * returns a/b.
  */
 AVInteger av_div_i(AVInteger a, AVInteger b);
+
+/**
+ * converts the given int64_t to an AVInteger.
+ */
 AVInteger av_int2i(int64_t a);
 int64_t av_i2int(AVInteger a);