From 40a1d41fd22459290526fb38f3d327f1c167fe83 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 14 Mar 2009 22:49:01 +0000 Subject: remove unused fields in swf context Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/swfdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/swfdec.c') diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c index 1f010c58be..27412180e9 100644 --- a/libavformat/swfdec.c +++ b/libavformat/swfdec.c @@ -130,7 +130,6 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt) ast = av_new_stream(s, -1); /* -1 to avoid clash with video stream ch_id */ if (!ast) return -1; - swf->audio_stream_index = ast->index; ast->codec->channels = 1 + (v&1); ast->codec->codec_type = CODEC_TYPE_AUDIO; ast->codec->codec_id = codec_get_id(swf_audio_codec_tags, (v>>4) & 15); -- cgit v1.2.3