OSDN Git Service

Fix headers so that "make checkheaders" passes again
authorMartin Storsjö <martin@martin.st>
Fri, 8 Oct 2010 08:56:36 +0000 (08:56 +0000)
committerMartin Storsjö <martin@martin.st>
Fri, 8 Oct 2010 08:56:36 +0000 (08:56 +0000)
Originally committed as revision 25411 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/amr.h
libavcodec/msgsmdec.h

index 58a0dde..7e5a4dc 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_AMR_H
 #define AVCODEC_AMR_H
 
+#include "avcodec.h"
+
 #ifdef AMR_USE_16BIT_TABLES
 #define R_TABLE_TYPE uint16_t
 #else
index 554edbc..fbf819a 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef MSGSMDEC_H
 #define MSGSMDEC_H
 
+#include "avcodec.h"
+
 int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples,
                           const uint8_t *buf);