summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/swf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index 809e1c59ed..dee69160cf 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -75,8 +75,7 @@ typedef struct {
int frame_rate;
int tag;
AVFifoBuffer audio_fifo;
- int video_type;
- int audio_type;
+ AVCodecContext *audio_enc, *video_enc;
} SWFContext;
static const AVCodecTag swf_codec_tags[] = {