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 0fee1e6e80..a4638bbfc3 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -75,7 +75,7 @@ typedef struct {
int video_frame_number;
int frame_rate;
int tag;
- AVFifoBuffer audio_fifo;
+ AVFifoBuffer *audio_fifo;
AVCodecContext *audio_enc, *video_enc;
} SWFContext;