Revision 5b21bdab libavcodec/wma.h
libavcodec/wma.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef WMA_H |
|
23 |
#define WMA_H |
|
22 |
#ifndef FFMPEG_WMA_H
|
|
23 |
#define FFMPEG_WMA_H
|
|
24 | 24 |
|
25 | 25 |
#include "bitstream.h" |
26 | 26 |
#include "dsputil.h" |
... | ... | |
147 | 147 |
int ff_wma_total_gain_to_bits(int total_gain); |
148 | 148 |
int ff_wma_end(AVCodecContext *avctx); |
149 | 149 |
|
150 |
#endif |
|
150 |
#endif /* FFMPEG_WMA_H */ |
Also available in: Unified diff