diff common.h @ 324:9c6f056f0e41 libavcodec

fixed mpeg4 time stuff on encoding mpeg4 b-frame enoding support removed old, out-commented ratecontrol reuse motion compensation code between encoding & decoding prefix newly added global functions with ff_ to reduce namespace polution b-frame ME (unfinished, but working) added some comments to mpegvideo.h do MC on encoding only once if possible bugs? ;)
author michaelni
date Wed, 17 Apr 2002 04:32:12 +0000
parents ebfd518cbbbf
children d359db02fc90
line wrap: on
line diff
--- a/common.h	Mon Apr 15 12:52:21 2002 +0000
+++ b/common.h	Wed Apr 17 04:32:12 2002 +0000
@@ -884,4 +884,7 @@
 /* memory */
 void *av_mallocz(int size);
 
+/* math */
+int ff_gcd(int a, int b);
+
 #endif