Merge tag 'v0.19.11'

This commit is contained in:
Max Kellermann
2015-10-27 11:05:47 +01:00
10 changed files with 106 additions and 32 deletions

View File

@@ -37,8 +37,6 @@ struct AvioStream {
AVIOContext *io;
uint8_t buffer[8192];
AvioStream(Decoder *_decoder, InputStream &_input)
:decoder(_decoder), input(_input), io(nullptr) {}