From 41dd680dd80d93626e133c02b92e31cabb756eeb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 8 Mar 2009 14:16:55 +0000 Subject: 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 --- libavformat/swf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/swf.h') 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; -- cgit v1.2.3