mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
ffmpegdec.cpp fix memleak
This commit is contained in:
@@ -55,6 +55,8 @@ private:
|
||||
unsigned char *buffer;
|
||||
AVFormatContext *avc;
|
||||
AVCodec *codec;
|
||||
AVCodecContext *c;
|
||||
AVIOContext *avioc;
|
||||
int best_stream;
|
||||
void *in;
|
||||
bool Init(void *_in, const CFile::FileType ft);
|
||||
|
Reference in New Issue
Block a user