1
0
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:
mchinen 2012-06-01 06:11:31 +00:00
parent f837c1fefd
commit e5520d0b7d

View File

@ -564,7 +564,7 @@ int ODFFmpegDecoder::DecodeFrame(streamContext *sc, bool flushing)
InsertCache(cache);
}
return 0;
return ret;
}
void ODFFmpegDecoder::InsertCache(FFMpegDecodeCache* cache) {