[svn] / branches / dev-api-4 / xvidcore / src / utils / timer.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/utils/timer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 69, Tue Mar 26 11:16:08 2002 UTC
# Line 21  Line 21 
21  extern void stop_transfer_timer();  extern void stop_transfer_timer();
22  extern void stop_coding_timer();  extern void stop_coding_timer();
23  extern void stop_prediction_timer();  extern void stop_prediction_timer();
24    extern void stop_interlacing_timer();
25  extern void stop_global_timer();  extern void stop_global_timer();
26  extern void init_timer();  extern void init_timer();
27  extern void write_timer();  extern void write_timer();
# Line 42  Line 43 
43  static __inline void init_timer() {}  static __inline void init_timer() {}
44  static __inline void write_timer() {}  static __inline void write_timer() {}
45  static __inline void stop_coding_timer() {}  static __inline void stop_coding_timer() {}
46    static __inline void stop_interlacing_timer() {}
47  static __inline void stop_prediction_timer() {}  static __inline void stop_prediction_timer() {}
48  static __inline void stop_global_timer() {}  static __inline void stop_global_timer() {}
49    

Legend:
Removed from v.3  
changed lines
  Added in v.69

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4