]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac_ac3_parser.h
main() --> main(void)
[ffmpeg] / libavcodec / aac_ac3_parser.h
index a97ffd162cb3dd02a5aae5ddcb956c0f9a0993c8..e927de02dd4880a8f868fbd933da6db649990867 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AAC_AC3_PARSER_H
-#define AAC_AC3_PARSER_H
+#ifndef FFMPEG_AAC_AC3_PARSER_H
+#define FFMPEG_AAC_AC3_PARSER_H
+
+#include <stdint.h>
+#include "avcodec.h"
 
 typedef struct AACAC3ParseContext {
     uint8_t *inbuf_ptr;
@@ -37,4 +40,4 @@ int ff_aac_ac3_parse(AVCodecParserContext *s1,
                      const uint8_t **poutbuf, int *poutbuf_size,
                      const uint8_t *buf, int buf_size);
 
-#endif /* AAC_AC3_PARSER_H */
+#endif /* FFMPEG_AAC_AC3_PARSER_H */