summaryrefslogtreecommitdiff
path: root/libavformat/h261dec.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-08-30 23:16:35 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-08-30 23:16:35 +0000
commit4ca31edcfe1ac6b8d48353436fefd1549161cd83 (patch)
tree496d768e31248092a4a8ec8fc9a6fabc34716dfd /libavformat/h261dec.c
parent92aa28d29295bf417c5a41687c2b31044dcfab36 (diff)
split raw.c into rawdec.c and rawenc.c
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/h261dec.c')
-rw-r--r--libavformat/h261dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h261dec.c b/libavformat/h261dec.c
index 936415c7e0..13394a1c86 100644
--- a/libavformat/h261dec.c
+++ b/libavformat/h261dec.c
@@ -21,7 +21,7 @@
#include "libavcodec/get_bits.h"
#include "avformat.h"
-#include "raw.h"
+#include "rawdec.h"
static int h261_probe(AVProbeData *p)
{