summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
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 ab67c756f4..d0f0194c3f 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -131,7 +131,7 @@ typedef struct SWFContext {
int frame_rate;
int tag;
AVFifoBuffer *audio_fifo;
- AVCodecContext *audio_enc, *video_enc;
+ AVCodecParameters *audio_par, *video_par;
AVStream *video_st;
#if CONFIG_ZLIB
#define ZBUF_SIZE 4096