]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flac.h
Add size that is needed for the wmapro codec
[ffmpeg] / libavcodec / flac.h
index da39456dcf9988756a26e3203a854a58e644076a..e110f48cec05c02086377534daa19f569ee2dd19 100644 (file)
  * FLAC (Free Lossless Audio Codec) decoder/demuxer common functions
  */
 
-#ifndef FFMPEG_FLAC_H
-#define FFMPEG_FLAC_H
+#ifndef AVCODEC_FLAC_H
+#define AVCODEC_FLAC_H
+
+#include "avcodec.h"
 
 /**
  * Data needed from the Streaminfo header for use by the raw FLAC demuxer
@@ -52,4 +54,4 @@ typedef struct FLACStreaminfo {
 void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
                               const uint8_t *buffer);
 
-#endif /* FFMPEG_FLAC_H */
+#endif /* AVCODEC_FLAC_H */