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/audiointerleave.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/audiointerleave.h') diff --git a/libavformat/audiointerleave.h b/libavformat/audiointerleave.h index 10684af50c..c948c366fb 100644 --- a/libavformat/audiointerleave.h +++ b/libavformat/audiointerleave.h @@ -27,7 +27,7 @@ #include "avformat.h" typedef struct { - AVFifoBuffer fifo; + AVFifoBuffer *fifo; unsigned fifo_size; ///< size of currently allocated FIFO uint64_t dts; ///< current dts int sample_size; ///< size of one sample all channels included -- cgit v1.2.3