[FFmpeg-cvslog] lavf: remove unused AVStream pointer.

Clément Bœsch git at videolan.org
Tue Aug 21 13:47:13 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Aug 21 13:48:08 2012 +0200| [26ec392a0e30409fbb0738a5173a9b71a9c99df0] | committer: Clément Bœsch

lavf: remove unused AVStream pointer.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26ec392a0e30409fbb0738a5173a9b71a9c99df0
---

 libavformat/utils.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index eec302b..251cd11 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)



More information about the ffmpeg-cvslog mailing list