]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmadata.h
Do not return -1 from void functions.
[ffmpeg] / libavcodec / wmadata.h
index 8775bcded8256b25cd1200fabe8551d5b73391ad..aa2a120a2b22b9276d219259ec06a00b34289edd 100644 (file)
@@ -24,8 +24,8 @@
  * Various WMA tables.
  */
 
-#ifndef AVCODEC_WMADATA_H
-#define AVCODEC_WMADATA_H
+#ifndef FFMPEG_WMADATA_H
+#define FFMPEG_WMADATA_H
 
 #include <stdint.h>
 #include "wma.h"
@@ -1438,4 +1438,4 @@ static const CoefVLCTable coef_vlcs[6] = {
     },
 };
 
-#endif // AVCODEC_WMADATA_H
+#endif /* FFMPEG_WMADATA_H */