summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-22 17:06:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-22 17:06:46 +0000
commit1ae7518dda64e93a28044323ecd5825b61c4208f (patch)
tree759b4da98c6458ed72aa5f56c64e74f0a75115c7 /libavformat/asf.c
parent200026aae4a116991e9b4471af546c37a85c793b (diff)
inden(ta)tion
Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index dcff72b682..60050de0e6 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -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;
}