[FFmpeg-devel] [PATCH v2 5/6] avcodec/adpcmenc: cosmetics
Zane van Iperen
zane at zanevaniperen.com
Tue Oct 20 01:45:01 EEST 2020
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
---
libavcodec/adpcmenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c
index 42b83c2b48..6ecdab96d6 100644
--- a/libavcodec/adpcmenc.c
+++ b/libavcodec/adpcmenc.c
@@ -552,7 +552,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
st = avctx->channels == 2;
if (avctx->codec_id == AV_CODEC_ID_ADPCM_IMA_SSI ||
- avctx->codec_id == AV_CODEC_ID_ADPCM_IMA_APM)
+ avctx->codec_id == AV_CODEC_ID_ADPCM_IMA_APM)
pkt_size = (frame->nb_samples * avctx->channels) / 2;
else
pkt_size = avctx->block_align;
--
2.28.0
More information about the ffmpeg-devel
mailing list