mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -346,7 +346,7 @@ int import_ffmpeg_decode_frame(streamContext *sc, bool flushing)
|
||||
|
||||
if (flushing)
|
||||
{
|
||||
// If we're flushing the decoders we don't actually have any new data to decode.
|
||||
// If we're flushing the decoders we don't actually have any NEW data to decode.
|
||||
pDecode = NULL;
|
||||
nDecodeSiz = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user