]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mlp_parser.h
Set cur_channel in the AAC encoder context where needed.
[ffmpeg] / libavcodec / mlp_parser.h
index d690b4f4510c5f7ace1a0b86923f0352e70c3778..d7ce2b8311bd286b234fc012a675ff85d53abb9f 100644 (file)
  */
 
 /**
- * @file mlp_parser.h
+ * @file
  * MLP parser prototypes
  */
 
-#ifndef FFMPEG_MLP_PARSER_H
-#define FFMPEG_MLP_PARSER_H
+#ifndef AVCODEC_MLP_PARSER_H
+#define AVCODEC_MLP_PARSER_H
 
-#include <inttypes.h>
+#include "get_bits.h"
 
 typedef struct MLPHeaderInfo
 {
@@ -53,8 +53,7 @@ typedef struct MLPHeaderInfo
 } MLPHeaderInfo;
 
 
-int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, const uint8_t *buf,
-                           unsigned int buf_size);
+int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
 
-#endif /* FFMPEG_MLP_PARSER_H */
+#endif /* AVCODEC_MLP_PARSER_H */