[FFmpeg-cvslog] r25411 - in trunk/libavcodec: amr.h msgsmdec.h

mstorsjo subversion
Fri Oct 8 10:56:36 CEST 2010


Author: mstorsjo
Date: Fri Oct  8 10:56:36 2010
New Revision: 25411

Log:
Fix headers so that "make checkheaders" passes again

Modified:
   trunk/libavcodec/amr.h
   trunk/libavcodec/msgsmdec.h

Modified: trunk/libavcodec/amr.h
==============================================================================
--- trunk/libavcodec/amr.h	Fri Oct  8 10:54:53 2010	(r25410)
+++ trunk/libavcodec/amr.h	Fri Oct  8 10:56:36 2010	(r25411)
@@ -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

Modified: trunk/libavcodec/msgsmdec.h
==============================================================================
--- trunk/libavcodec/msgsmdec.h	Fri Oct  8 10:54:53 2010	(r25410)
+++ trunk/libavcodec/msgsmdec.h	Fri Oct  8 10:56:36 2010	(r25411)
@@ -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);
 



More information about the ffmpeg-cvslog mailing list