summaryrefslogtreecommitdiff
path: root/libavcodec/flashsv.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2007-01-21 18:46:19 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2007-01-21 18:46:19 +0000
commit60527f3163a3580826180c4083d6a40eb0c2f4bc (patch)
tree9481fdf454efcfa795a322800a9f13b69da87047 /libavcodec/flashsv.c
parent97ec93e1767d379d835447f8069cc401de1664ce (diff)
Really fix my never ending mistakes.
Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flashsv.c')
-rw-r--r--libavcodec/flashsv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 36847738d6..c2bbb3de23 100644
--- a/libavcodec/flashsv.c
+++ b/libavcodec/flashsv.c
@@ -49,13 +49,14 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef CONFIG_ZLIB
-#include <zlib.h>
#include "common.h"
#include "avcodec.h"
#include "bitstream.h"
+#ifdef CONFIG_ZLIB
+#include <zlib.h>
+
typedef struct FlashSVContext {
AVCodecContext *avctx;
AVFrame frame;