From 26ec392a0e30409fbb0738a5173a9b71a9c99df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 21 Aug 2012 13:48:08 +0200 Subject: [PATCH] lavf: remove unused AVStream pointer. --- libavformat/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index eec302b263..251cd11d02 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -3018,7 +3018,6 @@ void ff_free_stream(AVFormatContext *s, AVStream *st){ void avformat_free_context(AVFormatContext *s) { int i; - AVStream *st; av_opt_free(s); if (s->iformat && s->iformat->priv_class && s->priv_data)