]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
Do not return -1 from void functions.
[ffmpeg] / libavcodec / wma.h
index b5a043bd3607546134b457b538799f68947f7f12..88b5dbf9e96e4f3acac8ac7d986020ae88529faa 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef WMA_H
-#define WMA_H
+#ifndef FFMPEG_WMA_H
+#define FFMPEG_WMA_H
 
 #include "bitstream.h"
 #include "dsputil.h"
@@ -147,4 +147,4 @@ int ff_wma_init(AVCodecContext * avctx, int flags2);
 int ff_wma_total_gain_to_bits(int total_gain);
 int ff_wma_end(AVCodecContext *avctx);
 
-#endif
+#endif /* FFMPEG_WMA_H */