Commit 6ded3a04 authored by Martin Storsjö's avatar Martin Storsjö

Fix headers so that "make checkheaders" passes again

Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a493f80a
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#ifndef AVCODEC_AMR_H #ifndef AVCODEC_AMR_H
#define AVCODEC_AMR_H #define AVCODEC_AMR_H
#include "avcodec.h"
#ifdef AMR_USE_16BIT_TABLES #ifdef AMR_USE_16BIT_TABLES
#define R_TABLE_TYPE uint16_t #define R_TABLE_TYPE uint16_t
#else #else
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef MSGSMDEC_H #ifndef MSGSMDEC_H
#define MSGSMDEC_H #define MSGSMDEC_H
#include "avcodec.h"
int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples, int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples,
const uint8_t *buf); const uint8_t *buf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment