summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
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/swf.h
parentcdaa1f84fb6f6e8234e95e9322c647c6a432e0bf (diff)
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 97e7b2d4f0..79c3c1d033 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -26,7 +26,7 @@
#include "libavutil/fifo.h"
#include "avformat.h"
#include "avio.h"
-#include "riff.h" /* for CodecTag */
+#include "internal.h"
/* should have a generic way to indicate probable size */
#define DUMMY_FILE_SIZE (100 * 1024 * 1024)