mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-07 17:07:22 +01:00
fix case where DecodeFrame() was not returning errors
This commit is contained in:
@@ -564,7 +564,7 @@ int ODFFmpegDecoder::DecodeFrame(streamContext *sc, bool flushing)
|
||||
|
||||
InsertCache(cache);
|
||||
}
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
void ODFFmpegDecoder::InsertCache(FFMpegDecodeCache* cache) {
|
||||
|
||||
Reference in New Issue
Block a user