diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-22 17:06:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-22 17:06:46 +0000 |
commit | 1ae7518dda64e93a28044323ecd5825b61c4208f (patch) | |
tree | 759b4da98c6458ed72aa5f56c64e74f0a75115c7 /libavformat/asf.c | |
parent | 200026aae4a116991e9b4471af546c37a85c793b (diff) | |
download | ffmpeg-1ae7518dda64e93a28044323ecd5825b61c4208f.tar.gz |
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.c | 2 |
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; } |