Commit d1e3a256 authored by banan's avatar banan

Really fix my never ending mistakes.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7609 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 24f184e5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment