mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 14:50:06 +02:00
fix case where DecodeFrame() was not returning errors
This commit is contained in:
parent
f837c1fefd
commit
e5520d0b7d
@ -564,7 +564,7 @@ int ODFFmpegDecoder::DecodeFrame(streamContext *sc, bool flushing)
|
||||
|
||||
InsertCache(cache);
|
||||
}
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
void ODFFmpegDecoder::InsertCache(FFMpegDecodeCache* cache) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user