mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
dvbsubtitle: free avcodec context in destructor
Origin commit data
------------------
Commit: 227bf9f2e8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)
This commit is contained in:
committed by
[CST] Focus
parent
1f0eb08e26
commit
29998498f3
@@ -200,7 +200,9 @@ cDvbSubtitleConverter::cDvbSubtitleConverter(void)
|
||||
|
||||
cDvbSubtitleConverter::~cDvbSubtitleConverter()
|
||||
{
|
||||
delete bitmaps;
|
||||
avcodec_close(avctx);
|
||||
av_free(avctx);
|
||||
delete bitmaps;
|
||||
}
|
||||
|
||||
void cDvbSubtitleConverter::Lock(void)
|
||||
|
Reference in New Issue
Block a user