summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-14 23:41:12 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-15 13:34:07 +0200
commit7e68c91e247ba20fc8a08cf5a6cf2b75984f1aeb (patch)
tree7e5b3009d1916023e0a9cd2f38554e356398e79a /libavformat/matroskadec.c
parent95cd815c3663603871a1f2da95846e8f72d4ea96 (diff)
rmdec: Move SIPR code shared with Matroska demuxer to a separate file
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c2
1 files changed, 1 insertions, 1 deletions
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"