[Ffmpeg-cvslog] r7652 - trunk/libavformat/asf.c
michael
subversion
Mon Jan 22 18:06:46 CET 2007
Author: michael
Date: Mon Jan 22 18:06:46 2007
New Revision: 7652
Modified:
trunk/libavformat/asf.c
Log:
inden(ta)tion
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c (original)
+++ trunk/libavformat/asf.c Mon Jan 22 18:06:46 2007
@@ -746,7 +746,7 @@
for(i=0;i<s->nb_streams;i++) {
AVStream *st = s->streams[i];
av_free(st->priv_data);
- av_free(st->codec->palctrl);
+ av_free(st->codec->palctrl);
}
return 0;
}
More information about the ffmpeg-cvslog
mailing list