mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Remove duplicate line
Co-authored-by: darkkeks <darkkeks@rambler.ru>
This commit is contained in:
parent
ca4b5edf21
commit
21b0454461
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ FFMpegReaderImplementation::PacketResult FFMpegReaderImplementation::readAndProc
|
|||
}
|
||||
|
||||
int FFMpegReaderImplementation::_read(void *opaque, uint8_t *buf, int buf_size) {
|
||||
FFMpegReaderImplementation *l = reinterpret_cast<FFMpegReaderImplementation*>(opaque);
|
||||
FFMpegReaderImplementation *l = reinterpret_cast<FFMpegReaderImplementation*>(opaque);
|
||||
int ret = l->_device->read((char*)(buf), buf_size);
|
||||
switch (ret) {
|
||||
|
|
Loading…
Add table
Reference in a new issue