diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-01 17:01:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-21 13:51:53 +0200 |
commit | 609a2fa1faa82da2451191170ce1807c9a1ba8a8 (patch) | |
tree | c53777a1dc741f8fcce93d44c1ce599d616937a2 /libavformat | |
parent | 9ecfbb3e57dc1d46986b9296bf582c8e82b303b6 (diff) | |
download | ffmpeg-609a2fa1faa82da2451191170ce1807c9a1ba8a8.tar.gz |
Remove some forgotten AVCodecContext.palctrl usage.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/mov.c | 2 |
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) { |