12345678910111213141516171819202122232425262728293031 |
- # ifndef LIBMAD_LAYER12_H
- # define LIBMAD_LAYER12_H
- # include "stream.h"
- # include "frame.h"
- int mad_layer_I(struct mad_stream *, struct mad_frame *);
- int mad_layer_II(struct mad_stream *, struct mad_frame *);
- # endif
|