remove now useless vars

Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2007-08-05 01:40:49 +00:00
parent 5fcf2df323
commit 4f0a995631
1 changed files with 1 additions and 4 deletions

View File

@ -629,10 +629,7 @@ static int swf_read_header(AVFormatContext *s, AVFormatParameters *ap)
{
SWFContext *swf = s->priv_data;
ByteIOContext *pb = &s->pb;
int nbits, len, tag, v;
offset_t frame_offset = -1;
AVStream *ast = 0;
AVStream *vst = 0;
int nbits, len, tag;
tag = get_be32(pb) & 0xffffff00;