summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-01 17:01:53 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-21 13:51:53 +0200
commit609a2fa1faa82da2451191170ce1807c9a1ba8a8 (patch)
treec53777a1dc741f8fcce93d44c1ce599d616937a2 /libavformat/mov.c
parent9ecfbb3e57dc1d46986b9296bf582c8e82b303b6 (diff)
Remove some forgotten AVCodecContext.palctrl usage.
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 35cd9a880b..3190afd120 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2591,8 +2591,6 @@ static int mov_read_close(AVFormatContext *s)
av_freep(&sc->drefs);
if (sc->pb && sc->pb != s->pb)
avio_close(sc->pb);
-
- av_freep(&st->codec->palctrl);
}
if (mov->dv_demux) {