forked from FFmpeg/FFmpeg
simplify, use pointer to codec context in struct instead of only id
Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
92f76fbf23
commit
003ae66086
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ typedef struct {
|
||||||
int frame_rate;
|
int frame_rate;
|
||||||
int tag;
|
int tag;
|
||||||
AVFifoBuffer audio_fifo;
|
AVFifoBuffer audio_fifo;
|
||||||
int video_type;
|
AVCodecContext *audio_enc, *video_enc;
|
||||||
int audio_type;
|
|
||||||
} SWFContext;
|
} SWFContext;
|
||||||
|
|
||||||
static const AVCodecTag swf_codec_tags[] = {
|
static const AVCodecTag swf_codec_tags[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue