brhist.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifdef BRHIST
  2. #ifndef BRHIST_H_INCLUDED
  3. #define BRHIST_H_INCLUDED
  4. extern int disp_brhist;
  5. #include "lame.h"
  6. void brhist_init(lame_global_flags *gfp,int br_min, int br_max);
  7. void brhist_add_count(void);
  8. void brhist_disp(void);
  9. void brhist_disp_total(lame_global_flags *gfp);
  10. extern long brhist_temp[15];
  11. #endif
  12. #endif