[FFmpeg-cvslog] r9928 - trunk/libavformat/swf.c
bcoudurier
subversion
Sun Aug 5 03:40:49 CEST 2007
Author: bcoudurier
Date: Sun Aug 5 03:40:49 2007
New Revision: 9928
Log:
remove now useless vars
Modified:
trunk/libavformat/swf.c
Modified: trunk/libavformat/swf.c
==============================================================================
--- trunk/libavformat/swf.c (original)
+++ trunk/libavformat/swf.c Sun Aug 5 03:40:49 2007
@@ -629,10 +629,7 @@ static int swf_read_header(AVFormatConte
{
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;
More information about the ffmpeg-cvslog
mailing list