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 79c3c1d033..8eb3f70541 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -76,6 +76,7 @@ typedef struct SWFContext {
int tag;
AVFifoBuffer *audio_fifo;
AVCodecContext *audio_enc, *video_enc;
+ AVStream *video_st;
} SWFContext;
extern const AVCodecTag ff_swf_codec_tags[];