inden(ta)tion

Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-01-22 17:06:46 +00:00
parent 200026aae4
commit 1ae7518dda
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ static int asf_read_close(AVFormatContext *s)
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;
}