Commit bce7897f authored by bcoudurier's avatar bcoudurier

simplify, use pointer to codec context in struct instead of only id

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13477 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a010bbfa
......@@ -75,8 +75,7 @@ typedef struct {
int frame_rate;
int tag;
AVFifoBuffer audio_fifo;
int video_type;
int audio_type;
AVCodecContext *audio_enc, *video_enc;
} SWFContext;
static const AVCodecTag swf_codec_tags[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment