DVDAudioCodecFFmpeg: do not reopen the resample context for each frame.
authorAnton Khirnov <anton@khirnov.net>
Sat, 20 Apr 2013 11:16:11 +0000 (13:16 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 13 Jun 2013 16:33:29 +0000 (12:33 -0400)
commit451f9ce57d249a1d69d73ccc5997259a035fc25c
treee066cf2d6cd8dca3f98363b223289c02df4ba1b6
parent6129c8f7f91686a1910b0a1e53d4005c64ab490c
DVDAudioCodecFFmpeg: do not reopen the resample context for each frame.

There is no point in doing this and opening an already opened context
leaks memory in lavr.
xbmc/cores/dvdplayer/DVDCodecs/Audio/DVDAudioCodecFFmpeg.cpp