15
15
* You should have received a copy of the GNU Lesser General Public
16
16
* License along with this library; if not, write to the Free Software
17
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
23
* arbitrary precision integers
24
24
* @author Michael Niedermayer <michaelni@gmx.at>
30
30
#define AV_INTEGER_SIZE 8
32
32
typedef struct AVInteger{
36
36
AVInteger av_add_i(AVInteger a, AVInteger b);