comparison 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
comparison
equal deleted inserted replaced
4668:1f87eacc3c32 4669:d6eb19c43e99
73 int sound_samples; 73 int sound_samples;
74 int swf_frame_number; 74 int swf_frame_number;
75 int video_frame_number; 75 int video_frame_number;
76 int frame_rate; 76 int frame_rate;
77 int tag; 77 int tag;
78 AVFifoBuffer audio_fifo; 78 AVFifoBuffer *audio_fifo;
79 AVCodecContext *audio_enc, *video_enc; 79 AVCodecContext *audio_enc, *video_enc;
80 } SWFContext; 80 } SWFContext;
81 81
82 static const AVCodecTag swf_codec_tags[] = { 82 static const AVCodecTag swf_codec_tags[] = {
83 {CODEC_ID_FLV1, 0x02}, 83 {CODEC_ID_FLV1, 0x02},