layer3.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. # ifndef LIBMAD_LAYER3_H
  2. # define LIBMAD_LAYER3_H
  3. # include "stream.h"
  4. # include "frame.h"
  5. int mad_layer_III(struct mad_stream *, struct mad_frame *);
  6. # endif