summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-19 08:58:55 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-19 08:58:55 +0100
commite816fe7401c900146d5230855a676f689136b884 (patch)
tree8c2f766ad0efb413f9580d747d6939f82aba04ab /libavformat/swf.h
parent25955c927fcf88d1deea16f2d4ff86eb5a78a774 (diff)
parent7570c9e04f010c9b3bfdeb4338d330f2cdd25278 (diff)
downloadffmpeg-streaming-e816fe7401c900146d5230855a676f689136b884.zip
ffmpeg-streaming-e816fe7401c900146d5230855a676f689136b884.tar.gz
Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278'
* commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278': swfdec: support compressed swf Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 93a094c..ab67c75 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -134,8 +134,8 @@ typedef struct SWFContext {
AVCodecContext *audio_enc, *video_enc;
AVStream *video_st;
#if CONFIG_ZLIB
- AVIOContext *zpb;
#define ZBUF_SIZE 4096
+ AVIOContext *zpb;
uint8_t *zbuf_in;
uint8_t *zbuf_out;
z_stream zstream;
OpenPOWER on IntegriCloud