From 7e68c91e247ba20fc8a08cf5a6cf2b75984f1aeb Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 14 Oct 2012 23:41:12 +0200 Subject: rmdec: Move SIPR code shared with Matroska demuxer to a separate file --- libavformat/matroskadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroskadec.c') diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 094b0558f7..68c936c15a 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -35,7 +35,7 @@ /* For ff_codec_get_id(). */ #include "riff.h" #include "isom.h" -#include "rm.h" +#include "rmsipr.h" #include "matroska.h" #include "libavcodec/bytestream.h" #include "libavcodec/mpeg4audio.h" -- cgit v1.2.3