Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2022-07-27 11:06:47 +02:00
6 changed files with 46 additions and 16 deletions

View File

@@ -21,10 +21,13 @@
#define __STDC_CONSTANT_MACROS
#include "FfmpegIo.hxx"
#include "libavutil/mem.h"
#include "../DecoderAPI.hxx"
#include "input/InputStream.hxx"
extern "C" {
#include <libavutil/mem.h>
}
AvioStream::~AvioStream()
{
if (io != nullptr) {