comparison swf.h @ 3380:c202c3486e49 libavformat

simplify, use pointer to codec context in struct instead of only id
author bcoudurier
date Tue, 27 May 2008 22:31:26 +0000
parents 9877da0d8be3
children aa6e8ff72d9e
comparison
equal deleted inserted replaced
3379:b3827117c786 3380:c202c3486e49
73 int swf_frame_number; 73 int swf_frame_number;
74 int video_frame_number; 74 int video_frame_number;
75 int frame_rate; 75 int frame_rate;
76 int tag; 76 int tag;
77 AVFifoBuffer audio_fifo; 77 AVFifoBuffer audio_fifo;
78 int video_type; 78 AVCodecContext *audio_enc, *video_enc;
79 int audio_type;
80 } SWFContext; 79 } SWFContext;
81 80
82 static const AVCodecTag swf_codec_tags[] = { 81 static const AVCodecTag swf_codec_tags[] = {
83 {CODEC_ID_FLV1, 0x02}, 82 {CODEC_ID_FLV1, 0x02},
84 {CODEC_ID_VP6F, 0x04}, 83 {CODEC_ID_VP6F, 0x04},