diff swf.h @ 4669:d6eb19c43e99 libavformat

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.
author michael
date Sun, 08 Mar 2009 14:16:55 +0000
parents 77e0c7511d41
children 6e9e1f5426a5
line wrap: on
line diff
--- a/swf.h	Sat Mar 07 22:42:09 2009 +0000
+++ b/swf.h	Sun Mar 08 14:16:55 2009 +0000
@@ -75,7 +75,7 @@
     int video_frame_number;
     int frame_rate;
     int tag;
-    AVFifoBuffer audio_fifo;
+    AVFifoBuffer *audio_fifo;
     AVCodecContext *audio_enc, *video_enc;
 } SWFContext;