Include msrledec.h: It contains the prototype for ff_msrle_decode().
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:41:59 +0000 (03:41 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:41:59 +0000 (03:41 +0000)
Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/msrledec.c

index b8f5e62..407022d 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "libavutil/intreadwrite.h"
 #include "avcodec.h"
+#include "msrledec.h"
 
 #define FETCH_NEXT_STREAM_BYTE() \
     if (stream_ptr >= data_size) \