Free the AVFifoBuffer data in the destructor...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6e567425c6
commit
b785870101
@ -64,6 +64,8 @@ AVCodecEncoder::~AVCodecEncoder()
|
||||
|
||||
sws_freeContext(fSwsContext);
|
||||
|
||||
av_fifo_free(&fAudioFifo);
|
||||
|
||||
avpicture_free(&fDstFrame);
|
||||
// NOTE: Do not use avpicture_free() on fSrcFrame!! We fill the picture
|
||||
// data on the file with the media buffer data passed to Encode().
|
||||
|
Loading…
Reference in New Issue
Block a user