summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-03-08 14:16:55 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-03-08 14:16:55 +0000
commit41dd680dd80d93626e133c02b92e31cabb756eeb (patch)
treee21e3fdda1fab791bf322d167be5e02c414e4384 /libavformat/swf.h
parent48d58e592aa258494beed72954fff74b5827acca (diff)
downloadffmpeg-streaming-41dd680dd80d93626e133c02b92e31cabb756eeb.zip
ffmpeg-streaming-41dd680dd80d93626e133c02b92e31cabb756eeb.tar.gz
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Yes this breaks ABI/API but ive already broken it and will bump avutil major soon. Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 0fee1e6..a4638bb 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;
OpenPOWER on IntegriCloud