Commit 2ee239e3 authored by bcoudurier's avatar bcoudurier

remove now useless vars

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9928 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 796175c2
......@@ -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