mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
use AVFifoBuffer
Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#ifndef FFMPEG_SWF_H
|
||||
#define FFMPEG_SWF_H
|
||||
|
||||
#include "libavutil/fifo.h"
|
||||
#include "avformat.h"
|
||||
#include "riff.h" /* for CodecTag */
|
||||
|
||||
@ -73,10 +74,7 @@ typedef struct {
|
||||
int video_frame_number;
|
||||
int frame_rate;
|
||||
int tag;
|
||||
|
||||
uint8_t audio_fifo[AUDIO_FIFO_SIZE];
|
||||
int audio_in_pos;
|
||||
|
||||
AVFifoBuffer audio_fifo;
|
||||
int video_type;
|
||||
int audio_type;
|
||||
} SWFContext;
|
||||
|
Reference in New Issue
Block a user