summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-11-27 11:52:28 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-11-28 11:18:49 -0500
commitbfe5454cd238b16e7977085f880205229103eccb (patch)
treedba205865e4e32f7376401c20d73bac480eb01d1 /libavformat/rmdec.c
parentcdaa1f84fb6f6e8234e95e9322c647c6a432e0bf (diff)
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index aff21fbbd5..3cf2c97fe4 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -25,7 +25,6 @@
#include "libavutil/dict.h"
#include "avformat.h"
#include "internal.h"
-#include "riff.h"
#include "rmsipr.h"
#include "rm.h"