[Ffmpeg-cvslog] r5506 - trunk/libavformat/nut.c
diego
subversion
Wed Jun 21 00:19:12 CEST 2006
Author: diego
Date: Wed Jun 21 00:19:11 2006
New Revision: 5506
Modified:
trunk/libavformat/nut.c
Log:
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Modified: trunk/libavformat/nut.c
==============================================================================
--- trunk/libavformat/nut.c (original)
+++ trunk/libavformat/nut.c Wed Jun 21 00:19:11 2006
@@ -1413,7 +1413,6 @@
static int nut_read_close(AVFormatContext *s)
{
NUTContext *nut = s->priv_data;
- int i;
av_freep(&nut->stream);
More information about the ffmpeg-cvslog
mailing list