diff options
Diffstat (limited to 'src/decoder/plugins/FfmpegIo.hxx')
-rw-r--r-- | src/decoder/plugins/FfmpegIo.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/plugins/FfmpegIo.hxx b/src/decoder/plugins/FfmpegIo.hxx index add4b40e7..2deb7fd38 100644 --- a/src/decoder/plugins/FfmpegIo.hxx +++ b/src/decoder/plugins/FfmpegIo.hxx @@ -37,8 +37,6 @@ struct AvioStream { AVIOContext *io; - uint8_t buffer[8192]; - AvioStream(Decoder *_decoder, InputStream &_input) :decoder(_decoder), input(_input), io(nullptr) {} |