comparison 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
comparison
equal deleted inserted replaced
323:68cc7650c645 324:9c6f056f0e41
882 } 882 }
883 883
884 /* memory */ 884 /* memory */
885 void *av_mallocz(int size); 885 void *av_mallocz(int size);
886 886
887 #endif 887 /* math */
888 int ff_gcd(int a, int b);
889
890 #endif