Commit 4f0a9956 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove now useless vars

Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5fcf2df3
......@@ -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;
......
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