Commit b74dfefa authored by cehoyos's avatar cehoyos

Include msrledec.h: It contains the prototype for ff_msrle_decode().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22105 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e387d502
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "avcodec.h" #include "avcodec.h"
#include "msrledec.h"
#define FETCH_NEXT_STREAM_BYTE() \ #define FETCH_NEXT_STREAM_BYTE() \
if (stream_ptr >= data_size) \ if (stream_ptr >= data_size) \
......
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