summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index c1667b3c24..93a094c26d 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -132,6 +132,7 @@ typedef struct SWFContext {
int tag;
AVFifoBuffer *audio_fifo;
AVCodecContext *audio_enc, *video_enc;
+ AVStream *video_st;
#if CONFIG_ZLIB
AVIOContext *zpb;
#define ZBUF_SIZE 4096