lib/ffmpeg: use std::span instead of ConstBuffer

This commit is contained in:
Max Kellermann 2022-07-04 18:33:49 +02:00
parent 4e1dc562f7
commit e975e2e477

View File

@ -21,7 +21,6 @@
#include "Buffer.hxx"
#include "Error.hxx"
#include "pcm/Interleave.hxx"
#include "util/ConstBuffer.hxx"
extern "C" {
#include <libavutil/frame.h>