Browse Source

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

Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos 15 years ago
parent
commit
ccd17ea13c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/msrledec.c

+ 1
- 0
libavcodec/msrledec.c View File

@@ -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) \


Loading…
Cancel
Save