Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 341 → Rev 343

/shark/trunk/ports/first/include/mpegstar.h
51,7 → 51,8
 
int MPEGSTAR_rescale(int budget, TIME Q, TIME T);
int MPEGSTAR_get_remain_capacity(int budget);
int MPEGSTAR_get_last_reclaiming(void);
int MPEGSTAR_get_last_reclaiming(int budget);
int MPEGSTAR_is_frame_skipped(int budget);
 
#endif