]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.h
Move array specifiers outside DECLARE_ALIGNED() invocations
[ffmpeg] / libavcodec / mlp_parser.h
index c3d26add4fd548270ce0c4edb7cc7ce4906ac6b6..5e8861b94faadc1e487c194ccfe058d5cab6bbb4 100644 (file)
  */
 
 /**
- * @file mlp_parser.h
+ * @file libavcodec/mlp_parser.h
  * MLP parser prototypes
  */
 
-#ifndef FFMPEG_MLP_PARSER_H
-#define FFMPEG_MLP_PARSER_H
+#ifndef AVCODEC_MLP_PARSER_H
+#define AVCODEC_MLP_PARSER_H
 
-#include "bitstream.h"
+#include "get_bits.h"
 
 typedef struct MLPHeaderInfo
 {
@@ -55,5 +55,5 @@ typedef struct MLPHeaderInfo
 
 int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
 
-#endif /* FFMPEG_MLP_PARSER_H */
+#endif /* AVCODEC_MLP_PARSER_H */