mirror of https://git.ffmpeg.org/ffmpeg.git
Really fix my never ending mistakes.
Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
97ec93e176
commit
60527f3163
|
@ -49,13 +49,14 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifdef CONFIG_ZLIB
|
|
||||||
#include <zlib.h>
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
|
|
||||||
|
#ifdef CONFIG_ZLIB
|
||||||
|
#include <zlib.h>
|
||||||
|
|
||||||
typedef struct FlashSVContext {
|
typedef struct FlashSVContext {
|
||||||
AVCodecContext *avctx;
|
AVCodecContext *avctx;
|
||||||
AVFrame frame;
|
AVFrame frame;
|
||||||
|
|
Loading…
Reference in New Issue