From 4999b5716cfbe95f3e8ed5e9dc3014c3ec8652c8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 30 Mar 2022 05:01:42 -0700 Subject: Remove a dead store --- examples/alffplay.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/alffplay.cpp') diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 806ef10c..c557362a 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -819,7 +819,6 @@ bool AudioState::readAudio(uint8_t *samples, unsigned int length, int &sample_sk std::fill_n(samples, rem*mFrameSize, (mDstSampleFmt == AV_SAMPLE_FMT_U8) ? 0x80 : 0x00); mCurrentPts += nanoseconds{seconds{rem}} / mCodecCtx->sample_rate; - audio_size += rem; } return true; } -- cgit v1.2.3